Html Css Color HEX #275AAB Cerulean Blue

📋 copy color: '#275AAB'

red 39 ◦ green 90 ◦ blue 171

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

Shades of Cerulean Blue #275AAB

Tints of Cerulean Blue #275AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30%

 BLUE value IS 171 (67.19% from 255) = 57%

R = 13%
G = 30%
B = 57%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#275AAB (or 0x275AAB) is known color: Cerulean Blue. HEX triplet: 27, 5A and AB. RGB value is (39,90,171). Sum of RGB (Red+Green+Blue) = 39+90+171=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #275AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275AAB is #D8A554. Grayscale: #535353. Windows color (decimal): -14198101 or 11229735. OLE color: 11229735.

HSL color Cylindrical-coordinate representation of color #275AAB: hue angle of 216.82º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #275AAB is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 90 171 -
CMYK 0.77 0.47 0 0.33
HSL 216.82º 0.63% 0.41% -
HSV(B) 216.82º 0.77% 0.67% -
XYZ 11.84 10.68 39.97 -
YUV 83.99 177.1 95.91 -
System Red Green Blue C M Y K H S L
Decimal 39 90 171 0.77 0.47 0 0.33 216.82 0.63 0.41
Hex 27 5A AB 4D 2F 0 21 D9 3F 29
Octal 47 132 253 115 57 0 41 331 77 51
Binary 100111 1011010 10101011 1001101 101111 0 100001 11011001 111111 101001

Color Harmonies of #275AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275AAB

Black with #275AAB

Text Example


Text Example

White with #275AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,90,171); }

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

background-color css

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

 a { background-color: rgb(39,90,171); }

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

border-color css

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

 span { border-color: rgb(39,90,171); }

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