#275CBA

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

Shades of Cerulean Blue #275CBA

Tints of Cerulean Blue #275CBA

Color information

#275CBA (or 0x275CBA) is unknown color: approx Cerulean Blue. HEX triplet: 27, 5C and BA. RGB value is (39,92,186). Sum of RGB (Red+Green+Blue) = 39+92+186=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #275CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275CBA is #D8A345. Grayscale: #565656. Windows color (decimal): -14197574 or 12213287. OLE color: 12213287.

HSL color Cylindrical-coordinate representation of color #275CBA: hue angle of 218.37º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #275CBA is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3992186-
CMYK0.790.5100.27
HSL218.37º65.33%44.12%-
HSV(B)218.37º79.03%72.94%-
XYZ13.5311.6347.99-
YUV86.87183.9493.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.30%
GREEN value IS 92 (36.33% from 255) = 29.02%
BLUE value IS 186 (73.05% from 255) = 58.68%
R=12.30%
G=29.02%
B=58.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal39921860.790.5100.27218.3765.3344.12
Hex275CBA4F3301Bda412c
Octal471342721176303333210154
Binary1001111011100101110101001111110011011011110110101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,92,186); }

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

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

 a { background-color: rgb(39,92,186); }

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

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

 span { border-color: rgb(39,92,186); }

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