Html Css Color HEX #3883AA Curious Blue

📋 copy color: '#3883AA'

red 56 ◦ green 131 ◦ blue 170

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

Shades of Curious Blue #3883AA

Tints of Curious Blue #3883AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.62%

R = 15.69%
G = 36.69%
B = 47.62%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3883AA (or 0x3883AA) is known color: Curious Blue. HEX triplet: 38, 83 and AA. RGB value is (56,131,170). Sum of RGB (Red+Green+Blue) = 56+131+170=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #3883AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3883AA is #C77C55. Grayscale: #707070. Windows color (decimal): -13073494 or 11174712. OLE color: 11174712.

HSL color Cylindrical-coordinate representation of color #3883AA: hue angle of 200.53º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3883AA is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 131 170 -
CMYK 0.67 0.23 0 0.33
HSL 200.53º 0.5% 0.44% -
HSV(B) 200.53º 0.67% 0.67% -
XYZ 17 19.98 40.99 -
YUV 113.02 160.15 87.33 -
System Red Green Blue C M Y K H S L
Decimal 56 131 170 0.67 0.23 0 0.33 200.53 0.5 0.44
Hex 38 83 AA 43 17 0 21 C9 32 2C
Octal 70 203 252 103 27 0 41 311 62 54
Binary 111000 10000011 10101010 1000011 10111 0 100001 11001001 110010 101100

Color Harmonies of #3883AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3883AA

Black with #3883AA

Text Example


Text Example

White with #3883AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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