Html Css Color HEX #3881CC Curious Blue

📋 copy color: '#3881CC'

red 56 ◦ green 129 ◦ blue 204

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

Shades of Curious Blue #3881CC

Tints of Curious Blue #3881CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 14.4%
G = 33.16%
B = 52.44%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3881CC (or 0x3881CC) is known color: Curious Blue. HEX triplet: 38, 81 and CC. RGB value is (56,129,204). Sum of RGB (Red+Green+Blue) = 56+129+204=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #3881CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3881CC is #C77E33. Grayscale: #737373. Windows color (decimal): -13073972 or 13402424. OLE color: 13402424.

HSL color Cylindrical-coordinate representation of color #3881CC: hue angle of 210.41º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3881CC is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 129 204 -
CMYK 0.73 0.37 0 0.2
HSL 210.41º 0.59% 0.51% -
HSV(B) 210.41º 0.73% 0.8% -
XYZ 20.38 20.9 60.09 -
YUV 115.72 177.82 85.4 -
System Red Green Blue C M Y K H S L
Decimal 56 129 204 0.73 0.37 0 0.2 210.41 0.59 0.51
Hex 38 81 CC 49 25 0 14 D2 3B 33
Octal 70 201 314 111 45 0 24 322 73 63
Binary 111000 10000001 11001100 1001001 100101 0 10100 11010010 111011 110011

Color Harmonies of #3881CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3881CC

Black with #3881CC

Text Example


Text Example

White with #3881CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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