Html Css Color HEX #3385BB Curious Blue

📋 copy color: '#3385BB'

red 51 ◦ green 133 ◦ blue 187

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

Shades of Curious Blue #3385BB

Tints of Curious Blue #3385BB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

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

R = 13.75%
G = 35.85%
B = 50.4%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3385BB (or 0x3385BB) is known color: Curious Blue. HEX triplet: 33, 85 and BB. RGB value is (51,133,187). Sum of RGB (Red+Green+Blue) = 51+133+187=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #3385BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3385BB is #CC7A44. Grayscale: #727272. Windows color (decimal): -13400645 or 12289331. OLE color: 12289331.

HSL color Cylindrical-coordinate representation of color #3385BB: hue angle of 203.82º 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 #3385BB is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 133 187 -
CMYK 0.73 0.29 0 0.27
HSL 203.82º 0.57% 0.47% -
HSV(B) 203.82º 0.73% 0.73% -
XYZ 18.72 21.07 50.09 -
YUV 114.64 168.83 82.61 -
System Red Green Blue C M Y K H S L
Decimal 51 133 187 0.73 0.29 0 0.27 203.82 0.57 0.47
Hex 33 85 BB 49 1D 0 1B CC 39 2F
Octal 63 205 273 111 35 0 33 314 71 57
Binary 110011 10000101 10111011 1001001 11101 0 11011 11001100 111001 101111

Color Harmonies of #3385BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3385BB

Black with #3385BB

Text Example


Text Example

White with #3385BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3385BB; }

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

 H1.HeaderClassName
 {
   color: #3385BB;
 }
 .AnyTagClassName
 {
   color: #3385BB;
 }
</style>

background-color css

<style>
 a { background-color: #3385BB; }

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

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

border-color css

<style>
 span { border-color: #3385BB; }

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

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