Html Css Color HEX #274DAE Cerulean Blue

📋 copy color: '#274DAE'

red 39 ◦ green 77 ◦ blue 174

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

Shades of Cerulean Blue #274DAE

Tints of Cerulean Blue #274DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.55%

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

R = 13.45%
G = 26.55%
B = 60%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#274DAE (or 0x274DAE) is known color: Cerulean Blue. HEX triplet: 27, 4D and AE. RGB value is (39,77,174). Sum of RGB (Red+Green+Blue) = 39+77+174=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #274DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274DAE is #D8B251. Grayscale: #4C4C4C. Windows color (decimal): -14201426 or 11423015. OLE color: 11423015.

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

Color convert

RGB 39 77 174 -
CMYK 0.78 0.56 0 0.32
HSL 223.11º 0.63% 0.42% -
HSV(B) 223.11º 0.78% 0.68% -
XYZ 11.13 8.8 41.16 -
YUV 76.7 182.91 101.11 -
System Red Green Blue C M Y K H S L
Decimal 39 77 174 0.78 0.56 0 0.32 223.11 0.63 0.42
Hex 27 4D AE 4E 38 0 20 DF 3F 2A
Octal 47 115 256 116 70 0 40 337 77 52
Binary 100111 1001101 10101110 1001110 111000 0 100000 11011111 111111 101010

Color Harmonies of #274DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274DAE

Black with #274DAE

Text Example


Text Example

White with #274DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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