Html Css Color HEX #275DAC Cerulean Blue

📋 copy color: '#275DAC'

red 39 ◦ green 93 ◦ blue 172

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

Shades of Cerulean Blue #275DAC

Tints of Cerulean Blue #275DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.59%

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

R = 12.83%
G = 30.59%
B = 56.58%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#275DAC (or 0x275DAC) is known color: Cerulean Blue. HEX triplet: 27, 5D and AC. RGB value is (39,93,172). Sum of RGB (Red+Green+Blue) = 39+93+172=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #275DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #275DAC is #D8A253. Grayscale: #555555. Windows color (decimal): -14197332 or 11296039. OLE color: 11296039.

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

Color convert

RGB 39 93 172 -
CMYK 0.77 0.46 0 0.33
HSL 215.64º 0.63% 0.41% -
HSV(B) 215.64º 0.77% 0.67% -
XYZ 12.2 11.24 40.56 -
YUV 85.86 176.61 94.58 -
System Red Green Blue C M Y K H S L
Decimal 39 93 172 0.77 0.46 0 0.33 215.64 0.63 0.41
Hex 27 5D AC 4D 2E 0 21 D8 3F 29
Octal 47 135 254 115 56 0 41 330 77 51
Binary 100111 1011101 10101100 1001101 101110 0 100001 11011000 111111 101001

Color Harmonies of #275DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275DAC

Black with #275DAC

Text Example


Text Example

White with #275DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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