Html Css Color HEX #3885D8 Curious Blue

📋 copy color: '#3885D8'

red 56 ◦ green 133 ◦ blue 216

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

Shades of Curious Blue #3885D8

Tints of Curious Blue #3885D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 53.33%

R = 13.83%
G = 32.84%
B = 53.33%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3885D8 (or 0x3885D8) is known color: Curious Blue. HEX triplet: 38, 85 and D8. RGB value is (56,133,216). Sum of RGB (Red+Green+Blue) = 56+133+216=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 216 (84.77% from 255 or 53.33% from 405); Max value from RGB is 216 - color contains mainly: blue. Hex color #3885D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3885D8 is #C77A27. Grayscale: #777777. Windows color (decimal): -13072936 or 14189880. OLE color: 14189880.

HSL color Cylindrical-coordinate representation of color #3885D8: hue angle of 211.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3885D8 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 133 216 -
CMYK 0.74 0.38 0 0.15
HSL 211.13º 0.67% 0.53% -
HSV(B) 211.13º 0.74% 0.85% -
XYZ 22.41 22.57 68.14 -
YUV 119.44 182.49 82.75 -
System Red Green Blue C M Y K H S L
Decimal 56 133 216 0.74 0.38 0 0.15 211.13 0.67 0.53
Hex 38 85 D8 4A 26 0 F D3 43 35
Octal 70 205 330 112 46 0 17 323 103 65
Binary 111000 10000101 11011000 1001010 100110 0 1111 11010011 1000011 110101

Color Harmonies of #3885D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3885D8

Black with #3885D8

Text Example


Text Example

White with #3885D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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