Html Css Color HEX #274AAE Cerulean Blue

📋 copy color: '#274AAE'

red 39 ◦ green 74 ◦ blue 174

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

Shades of Cerulean Blue #274AAE

Tints of Cerulean Blue #274AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.63%

R = 13.59%
G = 25.78%
B = 60.63%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#274AAE (or 0x274AAE) is known color: Cerulean Blue. HEX triplet: 27, 4A and AE. RGB value is (39,74,174). Sum of RGB (Red+Green+Blue) = 39+74+174=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #274AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274AAE is #D8B551. Grayscale: #4A4A4A. Windows color (decimal): -14202194 or 11422247. OLE color: 11422247.

HSL color Cylindrical-coordinate representation of color #274AAE: hue angle of 224.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #274AAE is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 39 74 174 -
CMYK 0.78 0.57 0 0.32
HSL 224.44º 0.63% 0.42% -
HSV(B) 224.44º 0.78% 0.68% -
XYZ 10.93 8.38 41.09 -
YUV 74.94 183.9 102.37 -
System Red Green Blue C M Y K H S L
Decimal 39 74 174 0.78 0.57 0 0.32 224.44 0.63 0.42
Hex 27 4A AE 4E 39 0 20 E0 3F 2A
Octal 47 112 256 116 71 0 40 340 77 52
Binary 100111 1001010 10101110 1001110 111001 0 100000 11100000 111111 101010

Color Harmonies of #274AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274AAE

Black with #274AAE

Text Example


Text Example

White with #274AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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