Html Css Color HEX #3881CF Curious Blue

📋 copy color: '#3881CF'

red 56 ◦ green 129 ◦ blue 207

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

Shades of Curious Blue #3881CF

Tints of Curious Blue #3881CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.81%

R = 14.29%
G = 32.91%
B = 52.81%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3881CF (or 0x3881CF) is known color: Curious Blue. HEX triplet: 38, 81 and CF. RGB value is (56,129,207). Sum of RGB (Red+Green+Blue) = 56+129+207=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #3881CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3881CF is #C77E30. Grayscale: #737373. Windows color (decimal): -13073969 or 13599032. OLE color: 13599032.

HSL color Cylindrical-coordinate representation of color #3881CF: hue angle of 210.99º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3881CF is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 129 207 -
CMYK 0.73 0.38 0 0.19
HSL 210.99º 0.61% 0.52% -
HSV(B) 210.99º 0.73% 0.81% -
XYZ 20.74 21.05 62 -
YUV 116.07 179.32 85.16 -
System Red Green Blue C M Y K H S L
Decimal 56 129 207 0.73 0.38 0 0.19 210.99 0.61 0.52
Hex 38 81 CF 49 26 0 13 D3 3D 34
Octal 70 201 317 111 46 0 23 323 75 64
Binary 111000 10000001 11001111 1001001 100110 0 10011 11010011 111101 110100

Color Harmonies of #3881CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3881CF

Black with #3881CF

Text Example


Text Example

White with #3881CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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