Html Css Color HEX #334ABA Cerulean Blue

📋 copy color: '#334ABA'

red 51 ◦ green 74 ◦ blue 186

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

Shades of Cerulean Blue #334ABA

Tints of Cerulean Blue #334ABA

RGB

 RED value IS 51 (20.31% from 255) = 16.4%

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

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

R = 16.4%
G = 23.79%
B = 59.81%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#334ABA (or 0x334ABA) is known color: Cerulean Blue. HEX triplet: 33, 4A and BA. RGB value is (51,74,186). Sum of RGB (Red+Green+Blue) = 51+74+186=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #334ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334ABA is #CCB545. Grayscale: #4F4F4F. Windows color (decimal): -13415750 or 12208691. OLE color: 12208691.

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

Color convert

RGB 51 74 186 -
CMYK 0.73 0.60 0 0.27
HSL 229.78º 0.57% 0.46% -
HSV(B) 229.78º 0.73% 0.73% -
XYZ 12.68 9.15 47.55 -
YUV 79.89 187.88 107.39 -
System Red Green Blue C M Y K H S L
Decimal 51 74 186 0.73 0.60 0 0.27 229.78 0.57 0.46
Hex 33 4A BA 49 3C 0 1B E6 39 2E
Octal 63 112 272 111 74 0 33 346 71 56
Binary 110011 1001010 10111010 1001001 111100 0 11011 11100110 111001 101110

Color Harmonies of #334ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334ABA

Black with #334ABA

Text Example


Text Example

White with #334ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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