Html Css Color HEX #3880B8 Curious Blue

📋 copy color: '#3880B8'

red 56 ◦ green 128 ◦ blue 184

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

Shades of Curious Blue #3880B8

Tints of Curious Blue #3880B8

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.78%

 BLUE value IS 184 (72.27% from 255) = 50%

R = 15.22%
G = 34.78%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3880B8 (or 0x3880B8) is known color: Curious Blue. HEX triplet: 38, 80 and B8. RGB value is (56,128,184). Sum of RGB (Red+Green+Blue) = 56+128+184=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #3880B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3880B8 is #C77F47. Grayscale: #707070. Windows color (decimal): -13074248 or 12091448. OLE color: 12091448.

HSL color Cylindrical-coordinate representation of color #3880B8: hue angle of 206.25º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3880B8 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 128 184 -
CMYK 0.70 0.30 0 0.28
HSL 206.25º 0.53% 0.47% -
HSV(B) 206.25º 0.7% 0.72% -
XYZ 18 19.74 48.21 -
YUV 112.86 168.15 87.45 -
System Red Green Blue C M Y K H S L
Decimal 56 128 184 0.70 0.30 0 0.28 206.25 0.53 0.47
Hex 38 80 B8 46 1E 0 1C CE 35 2F
Octal 70 200 270 106 36 0 34 316 65 57
Binary 111000 10000000 10111000 1000110 11110 0 11100 11001110 110101 101111

Color Harmonies of #3880B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3880B8

Black with #3880B8

Text Example


Text Example

White with #3880B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3880B8; }

 p { color: rgb(56,128,184); }

 H1.HeaderClassName
 {
   color: #3880B8;
 }
 .AnyTagClassName
 {
   color: #3880B8;
 }
</style>

background-color css

<style>
 a { background-color: #3880B8; }

 a { background-color: rgb(56,128,184); }

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

border-color css

<style>
 span { border-color: #3880B8; }

 span { border-color: rgb(56,128,184); }

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