#265db3

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

Shades of Cerulean Blue #265DB3

Tints of Cerulean Blue #265DB3

Color information

#265DB3 (or 0x265DB3) is unknown color: approx Cerulean Blue. HEX triplet: 26, 5D and B3. RGB value is (38,93,179). Sum of RGB (Red+Green+Blue) = 38+93+179=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 179 (70.31% from 255 or 57.74% from 310); Max value from RGB is 179 - color contains mainly: blue. Hex color #265DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265DB3 is #D9A24C. Grayscale: #555555. Windows color (decimal): -14262861 or 11754790. OLE color: 11754790.

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

Color convert

RGB3893179-
CMYK0.790.4800.30
HSL216.6º64.98%42.55%-
HSV(B)216.6º78.77%70.2%-
XYZ12.8511.544.19-
YUV86.36180.2893.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.26%
GREEN value IS 93 (36.72% from 255) = 30%
BLUE value IS 179 (70.31% from 255) = 57.74%
R=12.26%
G=30%
B=57.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal38931790.790.4800.30216.664.9842.55
Hex265DB34F3001Ed9412b
Octal461352631176003633110153
Binary1001101011101101100111001111110000011110110110011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265db3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,93,179); }

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

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

 a { background-color: rgb(38,93,179); }

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

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

 span { border-color: rgb(38,93,179); }

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