Html Css Color HEX #3881B1 Curious Blue

📋 copy color: '#3881B1'

red 56 ◦ green 129 ◦ blue 177

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

Shades of Curious Blue #3881B1

Tints of Curious Blue #3881B1

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.64%

 BLUE value IS 177 (69.53% from 255) = 48.9%

R = 15.47%
G = 35.64%
B = 48.9%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3881B1 (or 0x3881B1) is known color: Curious Blue. HEX triplet: 38, 81 and B1. RGB value is (56,129,177). Sum of RGB (Red+Green+Blue) = 56+129+177=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #3881B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3881B1 is #C77E4E. Grayscale: #707070. Windows color (decimal): -13073999 or 11632952. OLE color: 11632952.

HSL color Cylindrical-coordinate representation of color #3881B1: hue angle of 203.8º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3881B1 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 129 177 -
CMYK 0.68 0.27 0 0.31
HSL 203.8º 0.52% 0.46% -
HSV(B) 203.8º 0.68% 0.69% -
XYZ 17.42 19.72 44.48 -
YUV 112.65 164.32 87.6 -
System Red Green Blue C M Y K H S L
Decimal 56 129 177 0.68 0.27 0 0.31 203.8 0.52 0.46
Hex 38 81 B1 44 1B 0 1F CC 34 2E
Octal 70 201 261 104 33 0 37 314 64 56
Binary 111000 10000001 10110001 1000100 11011 0 11111 11001100 110100 101110

Color Harmonies of #3881B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3881B1

Black with #3881B1

Text Example


Text Example

White with #3881B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3881B1; }

 p { color: rgb(56,129,177); }

 H1.HeaderClassName
 {
   color: #3881B1;
 }
 .AnyTagClassName
 {
   color: #3881B1;
 }
</style>

background-color css

<style>
 a { background-color: #3881B1; }

 a { background-color: rgb(56,129,177); }

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

border-color css

<style>
 span { border-color: #3881B1; }

 span { border-color: rgb(56,129,177); }

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