Html Css Color HEX #3882B7 Curious Blue

📋 copy color: '#3882B7'

red 56 ◦ green 130 ◦ blue 183

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

Shades of Curious Blue #3882B7

Tints of Curious Blue #3882B7

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.23%

 BLUE value IS 183 (71.88% from 255) = 49.59%

R = 15.18%
G = 35.23%
B = 49.59%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3882B7 (or 0x3882B7) is known color: Curious Blue. HEX triplet: 38, 82 and B7. RGB value is (56,130,183). Sum of RGB (Red+Green+Blue) = 56+130+183=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 183 - color contains mainly: blue. Hex color #3882B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3882B7 is #C77D48. Grayscale: #717171. Windows color (decimal): -13073737 or 12026424. OLE color: 12026424.

HSL color Cylindrical-coordinate representation of color #3882B7: hue angle of 205.04º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3882B7 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 130 183 -
CMYK 0.69 0.29 0 0.28
HSL 205.04º 0.53% 0.47% -
HSV(B) 205.04º 0.69% 0.72% -
XYZ 18.16 20.22 47.75 -
YUV 113.92 166.98 86.69 -
System Red Green Blue C M Y K H S L
Decimal 56 130 183 0.69 0.29 0 0.28 205.04 0.53 0.47
Hex 38 82 B7 45 1D 0 1C CD 35 2F
Octal 70 202 267 105 35 0 34 315 65 57
Binary 111000 10000010 10110111 1000101 11101 0 11100 11001101 110101 101111

Color Harmonies of #3882B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3882B7

Black with #3882B7

Text Example


Text Example

White with #3882B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3882B7; }

 p { color: rgb(56,130,183); }

 H1.HeaderClassName
 {
   color: #3882B7;
 }
 .AnyTagClassName
 {
   color: #3882B7;
 }
</style>

background-color css

<style>
 a { background-color: #3882B7; }

 a { background-color: rgb(56,130,183); }

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

border-color css

<style>
 span { border-color: #3882B7; }

 span { border-color: rgb(56,130,183); }

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