Html Css Color HEX #3681CC Curious Blue

📋 copy color: '#3681CC'

red 54 ◦ green 129 ◦ blue 204

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

Shades of Curious Blue #3681CC

Tints of Curious Blue #3681CC

RGB

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

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

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

R = 13.95%
G = 33.33%
B = 52.71%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3681CC (or 0x3681CC) is known color: Curious Blue. HEX triplet: 36, 81 and CC. RGB value is (54,129,204). Sum of RGB (Red+Green+Blue) = 54+129+204=387 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.95% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #3681CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3681CC is #C97E33. Grayscale: #727272. Windows color (decimal): -13205044 or 13402422. OLE color: 13402422.

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

Color convert

RGB 54 129 204 -
CMYK 0.74 0.37 0 0.2
HSL 210º 0.6% 0.51% -
HSV(B) 210º 0.74% 0.8% -
XYZ 20.27 20.84 60.08 -
YUV 115.13 178.15 84.4 -
System Red Green Blue C M Y K H S L
Decimal 54 129 204 0.74 0.37 0 0.2 210 0.6 0.51
Hex 36 81 CC 4A 25 0 14 D2 3C 33
Octal 66 201 314 112 45 0 24 322 74 63
Binary 110110 10000001 11001100 1001010 100101 0 10100 11010010 111100 110011

Color Harmonies of #3681CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3681CC

Black with #3681CC

Text Example


Text Example

White with #3681CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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