Html Css Color HEX #3681CB Curious Blue

📋 copy color: '#3681CB'

red 54 ◦ green 129 ◦ blue 203

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

Shades of Curious Blue #3681CB

Tints of Curious Blue #3681CB

RGB

 RED value IS 54 (21.48% from 255) = 13.99%

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

 BLUE value IS 203 (79.69% from 255) = 52.59%

R = 13.99%
G = 33.42%
B = 52.59%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3681CB (or 0x3681CB) is known color: Curious Blue. HEX triplet: 36, 81 and CB. RGB value is (54,129,203). Sum of RGB (Red+Green+Blue) = 54+129+203=386 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.99% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #3681CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3681CB is #C97E34. Grayscale: #727272. Windows color (decimal): -13205045 or 13336886. OLE color: 13336886.

HSL color Cylindrical-coordinate representation of color #3681CB: hue angle of 209.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3681CB is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 129 203 -
CMYK 0.73 0.36 0 0.20
HSL 209.8º 0.59% 0.5% -
HSV(B) 209.8º 0.73% 0.8% -
XYZ 20.15 20.8 59.45 -
YUV 115.01 177.65 84.48 -
System Red Green Blue C M Y K H S L
Decimal 54 129 203 0.73 0.36 0 0.20 209.8 0.59 0.5
Hex 36 81 CB 49 24 0 14 D2 3B 32
Octal 66 201 313 111 44 0 24 322 73 62
Binary 110110 10000001 11001011 1001001 100100 0 10100 11010010 111011 110010

Color Harmonies of #3681CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3681CB

Black with #3681CB

Text Example


Text Example

White with #3681CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3681CB; }

 p { color: rgb(54,129,203); }

 H1.HeaderClassName
 {
   color: #3681CB;
 }
 .AnyTagClassName
 {
   color: #3681CB;
 }
</style>

background-color css

<style>
 a { background-color: #3681CB; }

 a { background-color: rgb(54,129,203); }

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

border-color css

<style>
 span { border-color: #3681CB; }

 span { border-color: rgb(54,129,203); }

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