Html Css Color HEX #274EAC Cerulean Blue

📋 copy color: '#274EAC'

red 39 ◦ green 78 ◦ blue 172

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

Shades of Cerulean Blue #274EAC

Tints of Cerulean Blue #274EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.99%

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

R = 13.49%
G = 26.99%
B = 59.52%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#274EAC (or 0x274EAC) is known color: Cerulean Blue. HEX triplet: 27, 4E and AC. RGB value is (39,78,172). Sum of RGB (Red+Green+Blue) = 39+78+172=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #274EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274EAC is #D8B153. Grayscale: #4C4C4C. Windows color (decimal): -14201172 or 11292199. OLE color: 11292199.

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

Color convert

RGB 39 78 172 -
CMYK 0.77 0.55 0 0.33
HSL 222.41º 0.63% 0.41% -
HSV(B) 222.41º 0.77% 0.67% -
XYZ 11.01 8.86 40.16 -
YUV 77.06 181.58 100.86 -
System Red Green Blue C M Y K H S L
Decimal 39 78 172 0.77 0.55 0 0.33 222.41 0.63 0.41
Hex 27 4E AC 4D 37 0 21 DE 3F 29
Octal 47 116 254 115 67 0 41 336 77 51
Binary 100111 1001110 10101100 1001101 110111 0 100001 11011110 111111 101001

Color Harmonies of #274EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274EAC

Black with #274EAC

Text Example


Text Example

White with #274EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274EAC; }

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

 H1.HeaderClassName
 {
   color: #274EAC;
 }
 .AnyTagClassName
 {
   color: #274EAC;
 }
</style>

background-color css

<style>
 a { background-color: #274EAC; }

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

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

border-color css

<style>
 span { border-color: #274EAC; }

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

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