Html Css Color HEX #3359BD Cerulean Blue

📋 copy color: '#3359BD'

red 51 ◦ green 89 ◦ blue 189

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

Shades of Cerulean Blue #3359BD

Tints of Cerulean Blue #3359BD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.05%

 BLUE value IS 189 (74.22% from 255) = 57.45%

R = 15.5%
G = 27.05%
B = 57.45%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3359BD (or 0x3359BD) is known color: Cerulean Blue. HEX triplet: 33, 59 and BD. RGB value is (51,89,189). Sum of RGB (Red+Green+Blue) = 51+89+189=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #3359BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3359BD is #CCA642. Grayscale: #585858. Windows color (decimal): -13411907 or 12409139. OLE color: 12409139.

HSL color Cylindrical-coordinate representation of color #3359BD: hue angle of 223.48º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3359BD is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 89 189 -
CMYK 0.73 0.53 0 0.26
HSL 223.48º 0.58% 0.47% -
HSV(B) 223.48º 0.73% 0.74% -
XYZ 14.12 11.52 49.62 -
YUV 89.04 184.41 100.87 -
System Red Green Blue C M Y K H S L
Decimal 51 89 189 0.73 0.53 0 0.26 223.48 0.58 0.47
Hex 33 59 BD 49 35 0 1A DF 3A 2F
Octal 63 131 275 111 65 0 32 337 72 57
Binary 110011 1011001 10111101 1001001 110101 0 11010 11011111 111010 101111

Color Harmonies of #3359BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3359BD

Black with #3359BD

Text Example


Text Example

White with #3359BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3359BD; }

 p { color: rgb(51,89,189); }

 H1.HeaderClassName
 {
   color: #3359BD;
 }
 .AnyTagClassName
 {
   color: #3359BD;
 }
</style>

background-color css

<style>
 a { background-color: #3359BD; }

 a { background-color: rgb(51,89,189); }

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

border-color css

<style>
 span { border-color: #3359BD; }

 span { border-color: rgb(51,89,189); }

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