Html Css Color HEX #334FC0 Cerulean Blue

📋 copy color: '#334FC0'

red 51 ◦ green 79 ◦ blue 192

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

Shades of Cerulean Blue #334FC0

Tints of Cerulean Blue #334FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 59.63%

R = 15.84%
G = 24.53%
B = 59.63%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#334FC0 (or 0x334FC0) is known color: Cerulean Blue. HEX triplet: 33, 4F and C0. RGB value is (51,79,192). Sum of RGB (Red+Green+Blue) = 51+79+192=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 192 (75.39% from 255 or 59.63% from 322); Max value from RGB is 192 - color contains mainly: blue. Hex color #334FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334FC0 is #CCB03F. Grayscale: #535353. Windows color (decimal): -13414464 or 12603187. OLE color: 12603187.

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

Color convert

RGB 51 79 192 -
CMYK 0.73 0.59 0 0.25
HSL 228.09º 0.58% 0.48% -
HSV(B) 228.09º 0.73% 0.75% -
XYZ 13.68 10.1 51.1 -
YUV 83.51 189.22 104.81 -
System Red Green Blue C M Y K H S L
Decimal 51 79 192 0.73 0.59 0 0.25 228.09 0.58 0.48
Hex 33 4F C0 49 3B 0 19 E4 3A 30
Octal 63 117 300 111 73 0 31 344 72 60
Binary 110011 1001111 11000000 1001001 111011 0 11001 11100100 111010 110000

Color Harmonies of #334FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334FC0

Black with #334FC0

Text Example


Text Example

White with #334FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,79,192); }

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

background-color css

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

 a { background-color: rgb(51,79,192); }

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

border-color css

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

 span { border-color: rgb(51,79,192); }

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