Html Css Color HEX #3354B9 Cerulean Blue

📋 copy color: '#3354B9'

red 51 ◦ green 84 ◦ blue 185

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

Shades of Cerulean Blue #3354B9

Tints of Cerulean Blue #3354B9

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.25%

 BLUE value IS 185 (72.66% from 255) = 57.81%

R = 15.94%
G = 26.25%
B = 57.81%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3354B9 (or 0x3354B9) is known color: Cerulean Blue. HEX triplet: 33, 54 and B9. RGB value is (51,84,185). Sum of RGB (Red+Green+Blue) = 51+84+185=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 185 (72.66% from 255 or 57.81% from 320); Max value from RGB is 185 - color contains mainly: blue. Hex color #3354B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3354B9 is #CCAB46. Grayscale: #555555. Windows color (decimal): -13413191 or 12145715. OLE color: 12145715.

HSL color Cylindrical-coordinate representation of color #3354B9: hue angle of 225.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3354B9 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 84 185 -
CMYK 0.72 0.55 0 0.27
HSL 225.22º 0.57% 0.46% -
HSV(B) 225.22º 0.72% 0.73% -
XYZ 13.29 10.55 47.23 -
YUV 85.65 184.07 103.29 -
System Red Green Blue C M Y K H S L
Decimal 51 84 185 0.72 0.55 0 0.27 225.22 0.57 0.46
Hex 33 54 B9 48 37 0 1B E1 39 2E
Octal 63 124 271 110 67 0 33 341 71 56
Binary 110011 1010100 10111001 1001000 110111 0 11011 11100001 111001 101110

Color Harmonies of #3354B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3354B9

Black with #3354B9

Text Example


Text Example

White with #3354B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3354B9; }

 p { color: rgb(51,84,185); }

 H1.HeaderClassName
 {
   color: #3354B9;
 }
 .AnyTagClassName
 {
   color: #3354B9;
 }
</style>

background-color css

<style>
 a { background-color: #3354B9; }

 a { background-color: rgb(51,84,185); }

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

border-color css

<style>
 span { border-color: #3354B9; }

 span { border-color: rgb(51,84,185); }

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