Html Css Color HEX #3694CA Curious Blue

📋 copy color: '#3694CA'

red 54 ◦ green 148 ◦ blue 202

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

Shades of Curious Blue #3694CA

Tints of Curious Blue #3694CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50%

R = 13.37%
G = 36.63%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3694CA (or 0x3694CA) is known color: Curious Blue. HEX triplet: 36, 94 and CA. RGB value is (54,148,202). Sum of RGB (Red+Green+Blue) = 54+148+202=404 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.37% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #3694CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3694CA is #C96B35. Grayscale: #7D7D7D. Windows color (decimal): -13200182 or 13276214. OLE color: 13276214.

HSL color Cylindrical-coordinate representation of color #3694CA: hue angle of 201.89º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3694CA is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 54 148 202 -
CMYK 0.73 0.27 0 0.21
HSL 201.89º 0.58% 0.5% -
HSV(B) 201.89º 0.73% 0.79% -
XYZ 22.77 26.23 59.74 -
YUV 126.05 170.86 76.61 -
System Red Green Blue C M Y K H S L
Decimal 54 148 202 0.73 0.27 0 0.21 201.89 0.58 0.5
Hex 36 94 CA 49 1B 0 15 CA 3A 32
Octal 66 224 312 111 33 0 25 312 72 62
Binary 110110 10010100 11001010 1001001 11011 0 10101 11001010 111010 110010

Color Harmonies of #3694CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3694CA

Black with #3694CA

Text Example


Text Example

White with #3694CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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