Html Css Color HEX #3885BB Curious Blue

📋 copy color: '#3885BB'

red 56 ◦ green 133 ◦ blue 187

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

Shades of Curious Blue #3885BB

Tints of Curious Blue #3885BB

RGB

 RED value IS 56 (22.27% from 255) = 14.89%

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

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

R = 14.89%
G = 35.37%
B = 49.73%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3885BB (or 0x3885BB) is known color: Curious Blue. HEX triplet: 38, 85 and BB. RGB value is (56,133,187). Sum of RGB (Red+Green+Blue) = 56+133+187=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #3885BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3885BB is #C77A44. Grayscale: #737373. Windows color (decimal): -13072965 or 12289336. OLE color: 12289336.

HSL color Cylindrical-coordinate representation of color #3885BB: hue angle of 204.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3885BB is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 133 187 -
CMYK 0.70 0.29 0 0.27
HSL 204.73º 0.54% 0.48% -
HSV(B) 204.73º 0.7% 0.73% -
XYZ 18.99 21.2 50.11 -
YUV 116.13 167.99 85.11 -
System Red Green Blue C M Y K H S L
Decimal 56 133 187 0.70 0.29 0 0.27 204.73 0.54 0.48
Hex 38 85 BB 46 1D 0 1B CD 36 30
Octal 70 205 273 106 35 0 33 315 66 60
Binary 111000 10000101 10111011 1000110 11101 0 11011 11001101 110110 110000

Color Harmonies of #3885BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3885BB

Black with #3885BB

Text Example


Text Example

White with #3885BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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