Html Css Color HEX #3694CC Curious Blue

📋 copy color: '#3694CC'

red 54 ◦ green 148 ◦ blue 204

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

Shades of Curious Blue #3694CC

Tints of Curious Blue #3694CC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

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

R = 13.3%
G = 36.45%
B = 50.25%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3694CC (or 0x3694CC) is known color: Curious Blue. HEX triplet: 36, 94 and CC. RGB value is (54,148,204). Sum of RGB (Red+Green+Blue) = 54+148+204=406 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.30% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #3694CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3694CC is #C96B33. Grayscale: #7D7D7D. Windows color (decimal): -13200180 or 13407286. OLE color: 13407286.

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

Color convert

RGB 54 148 204 -
CMYK 0.74 0.27 0 0.2
HSL 202.4º 0.6% 0.51% -
HSV(B) 202.4º 0.74% 0.8% -
XYZ 23.01 26.32 60.99 -
YUV 126.28 171.86 76.45 -
System Red Green Blue C M Y K H S L
Decimal 54 148 204 0.74 0.27 0 0.2 202.4 0.6 0.51
Hex 36 94 CC 4A 1B 0 14 CA 3C 33
Octal 66 224 314 112 33 0 24 312 74 63
Binary 110110 10010100 11001100 1001010 11011 0 10100 11001010 111100 110011

Color Harmonies of #3694CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3694CC

Black with #3694CC

Text Example


Text Example

White with #3694CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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