Html Css Color HEX #274FA2 Cerulean Blue

📋 copy color: '#274FA2'

red 39 ◦ green 79 ◦ blue 162

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

Shades of Cerulean Blue #274FA2

Tints of Cerulean Blue #274FA2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.21%

 BLUE value IS 162 (63.67% from 255) = 57.86%

R = 13.93%
G = 28.21%
B = 57.86%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#274FA2 (or 0x274FA2) is known color: Cerulean Blue. HEX triplet: 27, 4F and A2. RGB value is (39,79,162). Sum of RGB (Red+Green+Blue) = 39+79+162=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 162 (63.67% from 255 or 57.86% from 280); Max value from RGB is 162 - color contains mainly: blue. Hex color #274FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #274FA2 is #D8B05D. Grayscale: #4C4C4C. Windows color (decimal): -14200926 or 10637095. OLE color: 10637095.

HSL color Cylindrical-coordinate representation of color #274FA2: hue angle of 220.49º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #274FA2 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 39 79 162 -
CMYK 0.76 0.51 0 0.36
HSL 220.49º 0.61% 0.39% -
HSV(B) 220.49º 0.76% 0.64% -
XYZ 10.15 8.63 35.31 -
YUV 76.5 176.25 101.25 -
System Red Green Blue C M Y K H S L
Decimal 39 79 162 0.76 0.51 0 0.36 220.49 0.61 0.39
Hex 27 4F A2 4C 33 0 24 DC 3D 27
Octal 47 117 242 114 63 0 44 334 75 47
Binary 100111 1001111 10100010 1001100 110011 0 100100 11011100 111101 100111

Color Harmonies of #274FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274FA2

Black with #274FA2

Text Example


Text Example

White with #274FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,79,162); }

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

background-color css

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

 a { background-color: rgb(39,79,162); }

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

border-color css

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

 span { border-color: rgb(39,79,162); }

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