Html Css Color HEX #3592CD Curious Blue

📋 copy color: '#3592CD'

red 53 ◦ green 146 ◦ blue 205

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

Shades of Curious Blue #3592CD

Tints of Curious Blue #3592CD

RGB

 RED value IS 53 (21.09% from 255) = 13.12%

 GREEN value IS 146 (57.42% from 255) = 36.14%

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 13.12%
G = 36.14%
B = 50.74%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3592CD (or 0x3592CD) is known color: Curious Blue. HEX triplet: 35, 92 and CD. RGB value is (53,146,205). Sum of RGB (Red+Green+Blue) = 53+146+205=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #3592CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3592CD is #CA6D32. Grayscale: #7C7C7C. Windows color (decimal): -13266227 or 13472309. OLE color: 13472309.

HSL color Cylindrical-coordinate representation of color #3592CD: hue angle of 203.29º 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 #3592CD is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 146 205 -
CMYK 0.74 0.29 0 0.20
HSL 203.29º 0.6% 0.51% -
HSV(B) 203.29º 0.74% 0.8% -
XYZ 22.77 25.72 61.52 -
YUV 124.92 173.19 76.7 -
System Red Green Blue C M Y K H S L
Decimal 53 146 205 0.74 0.29 0 0.20 203.29 0.6 0.51
Hex 35 92 CD 4A 1D 0 14 CB 3C 33
Octal 65 222 315 112 35 0 24 313 74 63
Binary 110101 10010010 11001101 1001010 11101 0 10100 11001011 111100 110011

Color Harmonies of #3592CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3592CD

Black with #3592CD

Text Example


Text Example

White with #3592CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3592CD; }

 p { color: rgb(53,146,205); }

 H1.HeaderClassName
 {
   color: #3592CD;
 }
 .AnyTagClassName
 {
   color: #3592CD;
 }
</style>

background-color css

<style>
 a { background-color: #3592CD; }

 a { background-color: rgb(53,146,205); }

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

border-color css

<style>
 span { border-color: #3592CD; }

 span { border-color: rgb(53,146,205); }

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