Html Css Color HEX #275BA9 Cerulean Blue

📋 copy color: '#275BA9'

red 39 ◦ green 91 ◦ blue 169

#275BA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #275BA9

Tints of Cerulean Blue #275BA9

RGB

 RED value IS 39 (15.63% from 255) = 13.04%

 GREEN value IS 91 (35.94% from 255) = 30.43%

 BLUE value IS 169 (66.41% from 255) = 56.52%

R = 13.04%
G = 30.43%
B = 56.52%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#275BA9 (or 0x275BA9) is known color: Cerulean Blue. HEX triplet: 27, 5B and A9. RGB value is (39,91,169). Sum of RGB (Red+Green+Blue) = 39+91+169=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 169 (66.41% from 255 or 56.52% from 299); Max value from RGB is 169 - color contains mainly: blue. Hex color #275BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275BA9 is #D8A456. Grayscale: #535353. Windows color (decimal): -14197847 or 11098919. OLE color: 11098919.

HSL color Cylindrical-coordinate representation of color #275BA9: hue angle of 216º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #275BA9 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 39 91 169 -
CMYK 0.77 0.46 0 0.34
HSL 216º 0.63% 0.41% -
HSV(B) 216º 0.77% 0.66% -
XYZ 11.74 10.78 39 -
YUV 84.34 175.77 95.66 -
System Red Green Blue C M Y K H S L
Decimal 39 91 169 0.77 0.46 0 0.34 216 0.63 0.41
Hex 27 5B A9 4D 2E 0 22 D8 3E 29
Octal 47 133 251 115 56 0 42 330 76 51
Binary 100111 1011011 10101001 1001101 101110 0 100010 11011000 111110 101001

Color Harmonies of #275BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275BA9

Black with #275BA9

Text Example


Text Example

White with #275BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,91,169); }

 H1.HeaderClassName
 {
   color: #275BA9;
 }
 .AnyTagClassName
 {
   color: #275BA9;
 }
</style>

background-color css

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

 a { background-color: rgb(39,91,169); }

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

border-color css

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

 span { border-color: rgb(39,91,169); }

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