Html Css Color HEX #3883BA Curious Blue

📋 copy color: '#3883BA'

red 56 ◦ green 131 ◦ blue 186

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

Shades of Curious Blue #3883BA

Tints of Curious Blue #3883BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 15.01%
G = 35.12%
B = 49.87%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3883BA (or 0x3883BA) is known color: Curious Blue. HEX triplet: 38, 83 and BA. RGB value is (56,131,186). Sum of RGB (Red+Green+Blue) = 56+131+186=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #3883BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3883BA is #C77C45. Grayscale: #727272. Windows color (decimal): -13073478 or 12223288. OLE color: 12223288.

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

Color convert

RGB 56 131 186 -
CMYK 0.70 0.30 0 0.27
HSL 205.38º 0.54% 0.47% -
HSV(B) 205.38º 0.7% 0.73% -
XYZ 18.61 20.62 49.45 -
YUV 114.85 168.15 86.03 -
System Red Green Blue C M Y K H S L
Decimal 56 131 186 0.70 0.30 0 0.27 205.38 0.54 0.47
Hex 38 83 BA 46 1E 0 1B CD 36 2F
Octal 70 203 272 106 36 0 33 315 66 57
Binary 111000 10000011 10111010 1000110 11110 0 11011 11001101 110110 101111

Color Harmonies of #3883BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3883BA

Black with #3883BA

Text Example


Text Example

White with #3883BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3883BA; }

 p { color: rgb(56,131,186); }

 H1.HeaderClassName
 {
   color: #3883BA;
 }
 .AnyTagClassName
 {
   color: #3883BA;
 }
</style>

background-color css

<style>
 a { background-color: #3883BA; }

 a { background-color: rgb(56,131,186); }

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

border-color css

<style>
 span { border-color: #3883BA; }

 span { border-color: rgb(56,131,186); }

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