Html Css Color HEX #274CAA Cerulean Blue

📋 copy color: '#274CAA'

red 39 ◦ green 76 ◦ blue 170

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

Shades of Cerulean Blue #274CAA

Tints of Cerulean Blue #274CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.67%

 BLUE value IS 170 (66.8% from 255) = 59.65%

R = 13.68%
G = 26.67%
B = 59.65%

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

#274CAA (or 0x274CAA) is known color: Cerulean Blue. HEX triplet: 27, 4C and AA. RGB value is (39,76,170). Sum of RGB (Red+Green+Blue) = 39+76+170=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #274CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274CAA is #D8B355. Grayscale: #4B4B4B. Windows color (decimal): -14201686 or 11160615. OLE color: 11160615.

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

Color convert

RGB 39 76 170 -
CMYK 0.77 0.55 0 0.33
HSL 223.05º 0.63% 0.41% -
HSV(B) 223.05º 0.77% 0.67% -
XYZ 10.68 8.5 39.11 -
YUV 75.65 181.24 101.86 -
System Red Green Blue C M Y K H S L
Decimal 39 76 170 0.77 0.55 0 0.33 223.05 0.63 0.41
Hex 27 4C AA 4D 37 0 21 DF 3F 29
Octal 47 114 252 115 67 0 41 337 77 51
Binary 100111 1001100 10101010 1001101 110111 0 100001 11011111 111111 101001

Color Harmonies of #274CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274CAA

Black with #274CAA

Text Example


Text Example

White with #274CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,76,170); }

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

background-color css

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

 a { background-color: rgb(39,76,170); }

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

border-color css

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

 span { border-color: rgb(39,76,170); }

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