Html Css Color HEX #274AAA Cerulean Blue

📋 copy color: '#274AAA'

red 39 ◦ green 74 ◦ blue 170

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

Shades of Cerulean Blue #274AAA

Tints of Cerulean Blue #274AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.15%

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

R = 13.78%
G = 26.15%
B = 60.07%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#274AAA (or 0x274AAA) is known color: Cerulean Blue. HEX triplet: 27, 4A and AA. RGB value is (39,74,170). Sum of RGB (Red+Green+Blue) = 39+74+170=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #274AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274AAA is #D8B555. Grayscale: #4A4A4A. Windows color (decimal): -14202198 or 11160103. OLE color: 11160103.

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

Color convert

RGB 39 74 170 -
CMYK 0.77 0.56 0 0.33
HSL 223.97º 0.63% 0.41% -
HSV(B) 223.97º 0.77% 0.67% -
XYZ 10.54 8.23 39.06 -
YUV 74.48 181.9 102.69 -
System Red Green Blue C M Y K H S L
Decimal 39 74 170 0.77 0.56 0 0.33 223.97 0.63 0.41
Hex 27 4A AA 4D 38 0 21 E0 3F 29
Octal 47 112 252 115 70 0 41 340 77 51
Binary 100111 1001010 10101010 1001101 111000 0 100001 11100000 111111 101001

Color Harmonies of #274AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274AAA

Black with #274AAA

Text Example


Text Example

White with #274AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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