Html Css Color HEX #334FC7 Cerulean Blue

📋 copy color: '#334FC7'

red 51 ◦ green 79 ◦ blue 199

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

Shades of Cerulean Blue #334FC7

Tints of Cerulean Blue #334FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 60.49%

R = 15.5%
G = 24.01%
B = 60.49%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#334FC7 (or 0x334FC7) is known color: Cerulean Blue. HEX triplet: 33, 4F and C7. RGB value is (51,79,199). Sum of RGB (Red+Green+Blue) = 51+79+199=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 199 (78.12% from 255 or 60.49% from 329); Max value from RGB is 199 - color contains mainly: blue. Hex color #334FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334FC7 is #CCB038. Grayscale: #535353. Windows color (decimal): -13414457 or 13061939. OLE color: 13061939.

HSL color Cylindrical-coordinate representation of color #334FC7: hue angle of 228.65º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #334FC7 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 51 79 199 -
CMYK 0.74 0.60 0 0.22
HSL 228.65º 0.59% 0.49% -
HSV(B) 228.65º 0.74% 0.78% -
XYZ 14.47 10.42 55.28 -
YUV 84.31 192.72 104.24 -
System Red Green Blue C M Y K H S L
Decimal 51 79 199 0.74 0.60 0 0.22 228.65 0.59 0.49
Hex 33 4F C7 4A 3C 0 16 E5 3B 31
Octal 63 117 307 112 74 0 26 345 73 61
Binary 110011 1001111 11000111 1001010 111100 0 10110 11100101 111011 110001

Color Harmonies of #334FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334FC7

Black with #334FC7

Text Example


Text Example

White with #334FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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