Html Css Color HEX #334DB4 Cerulean Blue

📋 copy color: '#334DB4'

red 51 ◦ green 77 ◦ blue 180

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

Shades of Cerulean Blue #334DB4

Tints of Cerulean Blue #334DB4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25%

 BLUE value IS 180 (70.7% from 255) = 58.44%

R = 16.56%
G = 25%
B = 58.44%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#334DB4 (or 0x334DB4) is known color: Cerulean Blue. HEX triplet: 33, 4D and B4. RGB value is (51,77,180). Sum of RGB (Red+Green+Blue) = 51+77+180=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 180 (70.70% from 255 or 58.44% from 308); Max value from RGB is 180 - color contains mainly: blue. Hex color #334DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DB4 is #CCB24B. Grayscale: #505050. Windows color (decimal): -13414988 or 11816243. OLE color: 11816243.

HSL color Cylindrical-coordinate representation of color #334DB4: hue angle of 227.91º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #334DB4 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 77 180 -
CMYK 0.72 0.57 0 0.29
HSL 227.91º 0.56% 0.45% -
HSV(B) 227.91º 0.72% 0.71% -
XYZ 12.26 9.31 44.33 -
YUV 80.97 183.89 106.62 -
System Red Green Blue C M Y K H S L
Decimal 51 77 180 0.72 0.57 0 0.29 227.91 0.56 0.45
Hex 33 4D B4 48 39 0 1D E4 38 2D
Octal 63 115 264 110 71 0 35 344 70 55
Binary 110011 1001101 10110100 1001000 111001 0 11101 11100100 111000 101101

Color Harmonies of #334DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334DB4

Black with #334DB4

Text Example


Text Example

White with #334DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,77,180); }

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

background-color css

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

 a { background-color: rgb(51,77,180); }

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

border-color css

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

 span { border-color: rgb(51,77,180); }

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