Html Css Color HEX #3685CB Curious Blue

📋 copy color: '#3685CB'

red 54 ◦ green 133 ◦ blue 203

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

Shades of Curious Blue #3685CB

Tints of Curious Blue #3685CB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.1%

 BLUE value IS 203 (79.69% from 255) = 52.05%

R = 13.85%
G = 34.1%
B = 52.05%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3685CB (or 0x3685CB) is known color: Curious Blue. HEX triplet: 36, 85 and CB. RGB value is (54,133,203). Sum of RGB (Red+Green+Blue) = 54+133+203=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #3685CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3685CB is #C97A34. Grayscale: #757575. Windows color (decimal): -13204021 or 13337910. OLE color: 13337910.

HSL color Cylindrical-coordinate representation of color #3685CB: hue angle of 208.19º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3685CB is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 133 203 -
CMYK 0.73 0.34 0 0.20
HSL 208.19º 0.59% 0.5% -
HSV(B) 208.19º 0.73% 0.8% -
XYZ 20.69 21.87 59.63 -
YUV 117.36 176.33 82.81 -
System Red Green Blue C M Y K H S L
Decimal 54 133 203 0.73 0.34 0 0.20 208.19 0.59 0.5
Hex 36 85 CB 49 22 0 14 D0 3B 32
Octal 66 205 313 111 42 0 24 320 73 62
Binary 110110 10000101 11001011 1001001 100010 0 10100 11010000 111011 110010

Color Harmonies of #3685CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3685CB

Black with #3685CB

Text Example


Text Example

White with #3685CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3685CB; }

 p { color: rgb(54,133,203); }

 H1.HeaderClassName
 {
   color: #3685CB;
 }
 .AnyTagClassName
 {
   color: #3685CB;
 }
</style>

background-color css

<style>
 a { background-color: #3685CB; }

 a { background-color: rgb(54,133,203); }

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

border-color css

<style>
 span { border-color: #3685CB; }

 span { border-color: rgb(54,133,203); }

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