Html Css Color HEX #275AAC Cerulean Blue

📋 copy color: '#275AAC'

red 39 ◦ green 90 ◦ blue 172

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

Shades of Cerulean Blue #275AAC

Tints of Cerulean Blue #275AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 12.96%
G = 29.9%
B = 57.14%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#275AAC (or 0x275AAC) is known color: Cerulean Blue. HEX triplet: 27, 5A and AC. RGB value is (39,90,172). Sum of RGB (Red+Green+Blue) = 39+90+172=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #275AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275AAC is #D8A553. Grayscale: #535353. Windows color (decimal): -14198100 or 11295271. OLE color: 11295271.

HSL color Cylindrical-coordinate representation of color #275AAC: hue angle of 216.99º 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 #275AAC is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 90 172 -
CMYK 0.77 0.48 0 0.33
HSL 216.99º 0.63% 0.41% -
HSV(B) 216.99º 0.77% 0.67% -
XYZ 11.94 10.72 40.47 -
YUV 84.1 177.6 95.83 -
System Red Green Blue C M Y K H S L
Decimal 39 90 172 0.77 0.48 0 0.33 216.99 0.63 0.41
Hex 27 5A AC 4D 30 0 21 D9 3F 29
Octal 47 132 254 115 60 0 41 331 77 51
Binary 100111 1011010 10101100 1001101 110000 0 100001 11011001 111111 101001

Color Harmonies of #275AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275AAC

Black with #275AAC

Text Example


Text Example

White with #275AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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