Html Css Color HEX #3353BC Cerulean Blue

📋 copy color: '#3353BC'

red 51 ◦ green 83 ◦ blue 188

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

Shades of Cerulean Blue #3353BC

Tints of Cerulean Blue #3353BC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.78%

 BLUE value IS 188 (73.83% from 255) = 58.39%

R = 15.84%
G = 25.78%
B = 58.39%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3353BC (or 0x3353BC) is known color: Cerulean Blue. HEX triplet: 33, 53 and BC. RGB value is (51,83,188). Sum of RGB (Red+Green+Blue) = 51+83+188=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #3353BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3353BC is #CCAC43. Grayscale: #545454. Windows color (decimal): -13413444 or 12342067. OLE color: 12342067.

HSL color Cylindrical-coordinate representation of color #3353BC: hue angle of 225.99º 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 #3353BC is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 83 188 -
CMYK 0.73 0.56 0 0.26
HSL 225.99º 0.57% 0.47% -
HSV(B) 225.99º 0.73% 0.74% -
XYZ 13.54 10.52 48.89 -
YUV 85.4 185.9 103.46 -
System Red Green Blue C M Y K H S L
Decimal 51 83 188 0.73 0.56 0 0.26 225.99 0.57 0.47
Hex 33 53 BC 49 38 0 1A E2 39 2F
Octal 63 123 274 111 70 0 32 342 71 57
Binary 110011 1010011 10111100 1001001 111000 0 11010 11100010 111001 101111

Color Harmonies of #3353BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3353BC

Black with #3353BC

Text Example


Text Example

White with #3353BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3353BC; }

 p { color: rgb(51,83,188); }

 H1.HeaderClassName
 {
   color: #3353BC;
 }
 .AnyTagClassName
 {
   color: #3353BC;
 }
</style>

background-color css

<style>
 a { background-color: #3353BC; }

 a { background-color: rgb(51,83,188); }

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

border-color css

<style>
 span { border-color: #3353BC; }

 span { border-color: rgb(51,83,188); }

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