Html Css Color HEX #274ABA Cerulean Blue

📋 copy color: '#274ABA'

red 39 ◦ green 74 ◦ blue 186

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

Shades of Cerulean Blue #274ABA

Tints of Cerulean Blue #274ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.21%

R = 13.04%
G = 24.75%
B = 62.21%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#274ABA (or 0x274ABA) is known color: Cerulean Blue. HEX triplet: 27, 4A and BA. RGB value is (39,74,186). Sum of RGB (Red+Green+Blue) = 39+74+186=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #274ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274ABA is #D8B545. Grayscale: #4B4B4B. Windows color (decimal): -14202182 or 12208679. OLE color: 12208679.

HSL color Cylindrical-coordinate representation of color #274ABA: hue angle of 225.71º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #274ABA is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 74 186 -
CMYK 0.79 0.60 0 0.27
HSL 225.71º 0.65% 0.44% -
HSV(B) 225.71º 0.79% 0.73% -
XYZ 12.15 8.87 47.53 -
YUV 76.3 189.9 101.39 -
System Red Green Blue C M Y K H S L
Decimal 39 74 186 0.79 0.60 0 0.27 225.71 0.65 0.44
Hex 27 4A BA 4F 3C 0 1B E2 41 2C
Octal 47 112 272 117 74 0 33 342 101 54
Binary 100111 1001010 10111010 1001111 111100 0 11011 11100010 1000001 101100

Color Harmonies of #274ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274ABA

Black with #274ABA

Text Example


Text Example

White with #274ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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