Html Css Color HEX #3679CC Curious Blue

📋 copy color: '#3679CC'

red 54 ◦ green 121 ◦ blue 204

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

Shades of Curious Blue #3679CC

Tints of Curious Blue #3679CC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.93%

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

R = 14.25%
G = 31.93%
B = 53.83%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3679CC (or 0x3679CC) is known color: Curious Blue. HEX triplet: 36, 79 and CC. RGB value is (54,121,204). Sum of RGB (Red+Green+Blue) = 54+121+204=379 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.25% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #3679CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3679CC is #C98633. Grayscale: #6E6E6E. Windows color (decimal): -13207092 or 13400374. OLE color: 13400374.

HSL color Cylindrical-coordinate representation of color #3679CC: hue angle of 213.2º 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 #3679CC is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 121 204 -
CMYK 0.74 0.41 0 0.2
HSL 213.2º 0.6% 0.51% -
HSV(B) 213.2º 0.74% 0.8% -
XYZ 19.26 18.82 59.74 -
YUV 110.43 180.8 87.75 -
System Red Green Blue C M Y K H S L
Decimal 54 121 204 0.74 0.41 0 0.2 213.2 0.6 0.51
Hex 36 79 CC 4A 29 0 14 D5 3C 33
Octal 66 171 314 112 51 0 24 325 74 63
Binary 110110 1111001 11001100 1001010 101001 0 10100 11010101 111100 110011

Color Harmonies of #3679CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3679CC

Black with #3679CC

Text Example


Text Example

White with #3679CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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