Html Css Color HEX #334BBF Cerulean Blue

📋 copy color: '#334BBF'

red 51 ◦ green 75 ◦ blue 191

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

Shades of Cerulean Blue #334BBF

Tints of Cerulean Blue #334BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.25%

R = 16.09%
G = 23.66%
B = 60.25%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#334BBF (or 0x334BBF) is known color: Cerulean Blue. HEX triplet: 33, 4B and BF. RGB value is (51,75,191). Sum of RGB (Red+Green+Blue) = 51+75+191=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #334BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334BBF is #CCB440. Grayscale: #505050. Windows color (decimal): -13415489 or 12536627. OLE color: 12536627.

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

Color convert

RGB 51 75 191 -
CMYK 0.73 0.61 0 0.25
HSL 229.71º 0.58% 0.47% -
HSV(B) 229.71º 0.73% 0.75% -
XYZ 13.29 9.5 50.42 -
YUV 81.05 190.05 106.57 -
System Red Green Blue C M Y K H S L
Decimal 51 75 191 0.73 0.61 0 0.25 229.71 0.58 0.47
Hex 33 4B BF 49 3D 0 19 E6 3A 2F
Octal 63 113 277 111 75 0 31 346 72 57
Binary 110011 1001011 10111111 1001001 111101 0 11001 11100110 111010 101111

Color Harmonies of #334BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334BBF

Black with #334BBF

Text Example


Text Example

White with #334BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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