Html Css Color HEX #334AC7 Cerulean Blue

📋 copy color: '#334AC7'

red 51 ◦ green 74 ◦ blue 199

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

Shades of Cerulean Blue #334AC7

Tints of Cerulean Blue #334AC7

RGB

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

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

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

R = 15.74%
G = 22.84%
B = 61.42%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#334AC7 (or 0x334AC7) is known color: Cerulean Blue. HEX triplet: 33, 4A and C7. RGB value is (51,74,199). Sum of RGB (Red+Green+Blue) = 51+74+199=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 199 (78.12% from 255 or 61.42% from 324); Max value from RGB is 199 - color contains mainly: blue. Hex color #334AC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334AC7 is #CCB538. Grayscale: #505050. Windows color (decimal): -13415737 or 13060659. OLE color: 13060659.

HSL color Cylindrical-coordinate representation of color #334AC7: hue angle of 230.68º 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 #334AC7 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 51 74 199 -
CMYK 0.74 0.63 0 0.22
HSL 230.68º 0.59% 0.49% -
HSV(B) 230.68º 0.74% 0.78% -
XYZ 14.12 9.72 55.17 -
YUV 81.37 194.38 106.34 -
System Red Green Blue C M Y K H S L
Decimal 51 74 199 0.74 0.63 0 0.22 230.68 0.59 0.49
Hex 33 4A C7 4A 3F 0 16 E7 3B 31
Octal 63 112 307 112 77 0 26 347 73 61
Binary 110011 1001010 11000111 1001010 111111 0 10110 11100111 111011 110001

Color Harmonies of #334AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334AC7

Black with #334AC7

Text Example


Text Example

White with #334AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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