Html Css Color HEX #274ABE Cerulean Blue

📋 copy color: '#274ABE'

red 39 ◦ green 74 ◦ blue 190

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

Shades of Cerulean Blue #274ABE

Tints of Cerulean Blue #274ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.71%

R = 12.87%
G = 24.42%
B = 62.71%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#274ABE (or 0x274ABE) is known color: Cerulean Blue. HEX triplet: 27, 4A and BE. RGB value is (39,74,190). Sum of RGB (Red+Green+Blue) = 39+74+190=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #274ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274ABE is #D8B541. Grayscale: #4C4C4C. Windows color (decimal): -14202178 or 12470823. OLE color: 12470823.

HSL color Cylindrical-coordinate representation of color #274ABE: hue angle of 226.09º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #274ABE is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 74 190 -
CMYK 0.79 0.61 0 0.25
HSL 226.09º 0.66% 0.45% -
HSV(B) 226.09º 0.79% 0.75% -
XYZ 12.58 9.05 49.8 -
YUV 76.76 191.9 101.07 -
System Red Green Blue C M Y K H S L
Decimal 39 74 190 0.79 0.61 0 0.25 226.09 0.66 0.45
Hex 27 4A BE 4F 3D 0 19 E2 42 2D
Octal 47 112 276 117 75 0 31 342 102 55
Binary 100111 1001010 10111110 1001111 111101 0 11001 11100010 1000010 101101

Color Harmonies of #274ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274ABE

Black with #274ABE

Text Example


Text Example

White with #274ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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