#275DB3

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

Shades of Cerulean Blue #275DB3

Tints of Cerulean Blue #275DB3

Color information

#275DB3 (or 0x275DB3) is unknown color: approx Cerulean Blue. HEX triplet: 27, 5D and B3. RGB value is (39,93,179). Sum of RGB (Red+Green+Blue) = 39+93+179=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 179 (70.31% from 255 or 57.56% from 311); Max value from RGB is 179 - color contains mainly: blue. Hex color #275DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275DB3 is #D8A24C. Grayscale: #565656. Windows color (decimal): -14197325 or 11754791. OLE color: 11754791.

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

Color convert

RGB3993179-
CMYK0.780.4800.30
HSL216.86º64.22%42.75%-
HSV(B)216.86º78.21%70.2%-
XYZ12.8911.5144.19-
YUV86.66180.1194.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.54%
GREEN value IS 93 (36.72% from 255) = 29.90%
BLUE value IS 179 (70.31% from 255) = 57.56%
R=12.54%
G=29.90%
B=57.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal39931790.780.4800.30216.8664.2242.75
Hex275DB34E3001Ed9402b
Octal471352631166003633110053
Binary1001111011101101100111001110110000011110110110011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275DB3; }

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

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

<style>
 a { background-color: #275DB3; }

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

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

<style>
 span { border-color: #275DB3; }

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

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