Html Css Color HEX #3583CF Curious Blue

📋 copy color: '#3583CF'

red 53 ◦ green 131 ◦ blue 207

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

Shades of Curious Blue #3583CF

Tints of Curious Blue #3583CF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.5%

 BLUE value IS 207 (81.25% from 255) = 52.94%

R = 13.55%
G = 33.5%
B = 52.94%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3583CF (or 0x3583CF) is known color: Curious Blue. HEX triplet: 35, 83 and CF. RGB value is (53,131,207). Sum of RGB (Red+Green+Blue) = 53+131+207=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #3583CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3583CF is #CA7C30. Grayscale: #737373. Windows color (decimal): -13270065 or 13599541. OLE color: 13599541.

HSL color Cylindrical-coordinate representation of color #3583CF: hue angle of 209.61º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3583CF is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 131 207 -
CMYK 0.74 0.37 0 0.19
HSL 209.61º 0.62% 0.51% -
HSV(B) 209.61º 0.74% 0.81% -
XYZ 20.85 21.49 62.08 -
YUV 116.34 179.16 82.82 -
System Red Green Blue C M Y K H S L
Decimal 53 131 207 0.74 0.37 0 0.19 209.61 0.62 0.51
Hex 35 83 CF 4A 25 0 13 D2 3E 33
Octal 65 203 317 112 45 0 23 322 76 63
Binary 110101 10000011 11001111 1001010 100101 0 10011 11010010 111110 110011

Color Harmonies of #3583CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3583CF

Black with #3583CF

Text Example


Text Example

White with #3583CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3583CF; }

 p { color: rgb(53,131,207); }

 H1.HeaderClassName
 {
   color: #3583CF;
 }
 .AnyTagClassName
 {
   color: #3583CF;
 }
</style>

background-color css

<style>
 a { background-color: #3583CF; }

 a { background-color: rgb(53,131,207); }

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

border-color css

<style>
 span { border-color: #3583CF; }

 span { border-color: rgb(53,131,207); }

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