Html Css Color HEX #334BA7 Cerulean Blue

📋 copy color: '#334BA7'

red 51 ◦ green 75 ◦ blue 167

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

Shades of Cerulean Blue #334BA7

Tints of Cerulean Blue #334BA7

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.6%

 BLUE value IS 167 (65.63% from 255) = 57%

R = 17.41%
G = 25.6%
B = 57%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#334BA7 (or 0x334BA7) is known color: Cerulean Blue. HEX triplet: 33, 4B and A7. RGB value is (51,75,167). Sum of RGB (Red+Green+Blue) = 51+75+167=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 167 (65.62% from 255 or 57.00% from 293); Max value from RGB is 167 - color contains mainly: blue. Hex color #334BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334BA7 is #CCB458. Grayscale: #4D4D4D. Windows color (decimal): -13415513 or 10963763. OLE color: 10963763.

HSL color Cylindrical-coordinate representation of color #334BA7: hue angle of 227.59º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #334BA7 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 51 75 167 -
CMYK 0.69 0.55 0 0.35
HSL 227.59º 0.53% 0.43% -
HSV(B) 227.59º 0.69% 0.65% -
XYZ 10.86 8.53 37.63 -
YUV 78.31 178.05 108.52 -
System Red Green Blue C M Y K H S L
Decimal 51 75 167 0.69 0.55 0 0.35 227.59 0.53 0.43
Hex 33 4B A7 45 37 0 23 E4 35 2B
Octal 63 113 247 105 67 0 43 344 65 53
Binary 110011 1001011 10100111 1000101 110111 0 100011 11100100 110101 101011

Color Harmonies of #334BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334BA7

Black with #334BA7

Text Example


Text Example

White with #334BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,75,167); }

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

background-color css

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

 a { background-color: rgb(51,75,167); }

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

border-color css

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

 span { border-color: rgb(51,75,167); }

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