Html Css Color HEX #274AAB Cerulean Blue

📋 copy color: '#274AAB'

red 39 ◦ green 74 ◦ blue 171

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

Shades of Cerulean Blue #274AAB

Tints of Cerulean Blue #274AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 13.73%
G = 26.06%
B = 60.21%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#274AAB (or 0x274AAB) is known color: Cerulean Blue. HEX triplet: 27, 4A and AB. RGB value is (39,74,171). Sum of RGB (Red+Green+Blue) = 39+74+171=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #274AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274AAB is #D8B554. Grayscale: #4A4A4A. Windows color (decimal): -14202197 or 11225639. OLE color: 11225639.

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

Color convert

RGB 39 74 171 -
CMYK 0.77 0.57 0 0.33
HSL 224.09º 0.63% 0.41% -
HSV(B) 224.09º 0.77% 0.67% -
XYZ 10.64 8.27 39.56 -
YUV 74.59 182.4 102.61 -
System Red Green Blue C M Y K H S L
Decimal 39 74 171 0.77 0.57 0 0.33 224.09 0.63 0.41
Hex 27 4A AB 4D 39 0 21 E0 3F 29
Octal 47 112 253 115 71 0 41 340 77 51
Binary 100111 1001010 10101011 1001101 111001 0 100001 11100000 111111 101001

Color Harmonies of #274AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274AAB

Black with #274AAB

Text Example


Text Example

White with #274AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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