Html Css Color HEX #334BBB Cerulean Blue

📋 copy color: '#334BBB'

red 51 ◦ green 75 ◦ blue 187

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

Shades of Cerulean Blue #334BBB

Tints of Cerulean Blue #334BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.74%

R = 16.29%
G = 23.96%
B = 59.74%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#334BBB (or 0x334BBB) is known color: Cerulean Blue. HEX triplet: 33, 4B and BB. RGB value is (51,75,187). Sum of RGB (Red+Green+Blue) = 51+75+187=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #334BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334BBB is #CCB444. Grayscale: #505050. Windows color (decimal): -13415493 or 12274483. OLE color: 12274483.

HSL color Cylindrical-coordinate representation of color #334BBB: hue angle of 229.41º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #334BBB is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 75 187 -
CMYK 0.73 0.60 0 0.27
HSL 229.41º 0.57% 0.47% -
HSV(B) 229.41º 0.73% 0.73% -
XYZ 12.85 9.32 48.14 -
YUV 80.59 188.05 106.89 -
System Red Green Blue C M Y K H S L
Decimal 51 75 187 0.73 0.60 0 0.27 229.41 0.57 0.47
Hex 33 4B BB 49 3C 0 1B E5 39 2F
Octal 63 113 273 111 74 0 33 345 71 57
Binary 110011 1001011 10111011 1001001 111100 0 11011 11100101 111001 101111

Color Harmonies of #334BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334BBB

Black with #334BBB

Text Example


Text Example

White with #334BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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