#265BB4

Color #265BB4 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #265BB4

Tints of Cerulean Blue #265BB4

Color information

#265BB4 (or 0x265BB4) is unknown color: approx Cerulean Blue. HEX triplet: 26, 5B and B4. RGB value is (38,91,180). Sum of RGB (Red+Green+Blue) = 38+91+180=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 180 (70.70% from 255 or 58.25% from 309); Max value from RGB is 180 - color contains mainly: blue. Hex color #265BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BB4 is #D9A44B. Grayscale: #545454. Windows color (decimal): -14263372 or 11819814. OLE color: 11819814.

HSL color Cylindrical-coordinate representation of color #265BB4: hue angle of 217.61º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #265BB4 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3891180-
CMYK0.790.4900.29
HSL217.61º65.14%42.75%-
HSV(B)217.61º78.89%70.59%-
XYZ12.7811.1944.67-
YUV85.3181.4494.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 12.30%
GREEN value IS 91 (35.94% from 255) = 29.45%
BLUE value IS 180 (70.70% from 255) = 58.25%
R=12.30%
G=29.45%
B=58.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal38911800.790.4900.29217.6165.1442.75
Hex265BB44F3101Dda412b
Octal461332641176103533210153
Binary1001101011011101101001001111110001011101110110101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265BB4; }

 p { color: rgb(38,91,180); }

 H1.HeaderClassName
 {
   color: #265BB4;
 }
 .AnyTagClassName
 {
   color: #265BB4;
 }
</style>
background-color css

<style>
 a { background-color: #265BB4; }

 a { background-color: rgb(38,91,180); }

 div.DivClassName
 {
   background-color: #265BB4;
 }
 .BgClassName
 {
   background-color: #265BB4;
 }
</style>
border-color css

<style>
 span { border-color: #265BB4; }

 span { border-color: rgb(38,91,180); }

 td.TdClassName
 {
   border-color: #265BB4;
 }
 .TagClassName
 {
   border-color: #265BB4;
 }
</style>