Html Css Color HEX #274FAA Cerulean Blue

📋 copy color: '#274FAA'

red 39 ◦ green 79 ◦ blue 170

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

Shades of Cerulean Blue #274FAA

Tints of Cerulean Blue #274FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.43%

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

R = 13.54%
G = 27.43%
B = 59.03%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#274FAA (or 0x274FAA) is known color: Cerulean Blue. HEX triplet: 27, 4F and AA. RGB value is (39,79,170). Sum of RGB (Red+Green+Blue) = 39+79+170=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #274FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274FAA is #D8B055. Grayscale: #4D4D4D. Windows color (decimal): -14200918 or 11161383. OLE color: 11161383.

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

Color convert

RGB 39 79 170 -
CMYK 0.77 0.54 0 0.33
HSL 221.68º 0.63% 0.41% -
HSV(B) 221.68º 0.77% 0.67% -
XYZ 10.89 8.93 39.18 -
YUV 77.41 180.25 100.6 -
System Red Green Blue C M Y K H S L
Decimal 39 79 170 0.77 0.54 0 0.33 221.68 0.63 0.41
Hex 27 4F AA 4D 36 0 21 DE 3F 29
Octal 47 117 252 115 66 0 41 336 77 51
Binary 100111 1001111 10101010 1001101 110110 0 100001 11011110 111111 101001

Color Harmonies of #274FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274FAA

Black with #274FAA

Text Example


Text Example

White with #274FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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