Html Css Color HEX #334ABF Cerulean Blue

📋 copy color: '#334ABF'

red 51 ◦ green 74 ◦ blue 191

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

Shades of Cerulean Blue #334ABF

Tints of Cerulean Blue #334ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.44%

R = 16.14%
G = 23.42%
B = 60.44%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#334ABF (or 0x334ABF) is known color: Cerulean Blue. HEX triplet: 33, 4A and BF. RGB value is (51,74,191). Sum of RGB (Red+Green+Blue) = 51+74+191=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #334ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334ABF is #CCB540. Grayscale: #4F4F4F. Windows color (decimal): -13415745 or 12536371. OLE color: 12536371.

HSL color Cylindrical-coordinate representation of color #334ABF: hue angle of 230.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #334ABF is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 74 191 -
CMYK 0.73 0.61 0 0.25
HSL 230.14º 0.58% 0.47% -
HSV(B) 230.14º 0.73% 0.75% -
XYZ 13.22 9.36 50.4 -
YUV 80.46 190.38 106.99 -
System Red Green Blue C M Y K H S L
Decimal 51 74 191 0.73 0.61 0 0.25 230.14 0.58 0.47
Hex 33 4A BF 49 3D 0 19 E6 3A 2F
Octal 63 112 277 111 75 0 31 346 72 57
Binary 110011 1001010 10111111 1001001 111101 0 11001 11100110 111010 101111

Color Harmonies of #334ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334ABF

Black with #334ABF

Text Example


Text Example

White with #334ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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