Html Css Color HEX #274AAF Cerulean Blue

📋 copy color: '#274AAF'

red 39 ◦ green 74 ◦ blue 175

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

Shades of Cerulean Blue #274AAF

Tints of Cerulean Blue #274AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.76%

R = 13.54%
G = 25.69%
B = 60.76%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#274AAF (or 0x274AAF) is known color: Cerulean Blue. HEX triplet: 27, 4A and AF. RGB value is (39,74,175). Sum of RGB (Red+Green+Blue) = 39+74+175=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #274AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274AAF is #D8B550. Grayscale: #4A4A4A. Windows color (decimal): -14202193 or 11487783. OLE color: 11487783.

HSL color Cylindrical-coordinate representation of color #274AAF: hue angle of 224.56º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #274AAF is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 39 74 175 -
CMYK 0.78 0.58 0 0.31
HSL 224.56º 0.64% 0.42% -
HSV(B) 224.56º 0.78% 0.69% -
XYZ 11.02 8.42 41.6 -
YUV 75.05 184.4 102.29 -
System Red Green Blue C M Y K H S L
Decimal 39 74 175 0.78 0.58 0 0.31 224.56 0.64 0.42
Hex 27 4A AF 4E 3A 0 1F E1 40 2A
Octal 47 112 257 116 72 0 37 341 100 52
Binary 100111 1001010 10101111 1001110 111010 0 11111 11100001 1000000 101010

Color Harmonies of #274AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274AAF

Black with #274AAF

Text Example


Text Example

White with #274AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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