Html Css Color HEX #3685DA Curious Blue

📋 copy color: '#3685DA'

red 54 ◦ green 133 ◦ blue 218

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

Shades of Curious Blue #3685DA

Tints of Curious Blue #3685DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.83%

R = 13.33%
G = 32.84%
B = 53.83%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3685DA (or 0x3685DA) is known color: Curious Blue. HEX triplet: 36, 85 and DA. RGB value is (54,133,218). Sum of RGB (Red+Green+Blue) = 54+133+218=405 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.33% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #3685DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3685DA is #C97A25. Grayscale: #767676. Windows color (decimal): -13204006 or 14320950. OLE color: 14320950.

HSL color Cylindrical-coordinate representation of color #3685DA: hue angle of 211.1º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3685DA is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 133 218 -
CMYK 0.75 0.39 0 0.15
HSL 211.1º 0.69% 0.53% -
HSV(B) 211.1º 0.75% 0.85% -
XYZ 22.56 22.62 69.51 -
YUV 119.07 183.83 81.59 -
System Red Green Blue C M Y K H S L
Decimal 54 133 218 0.75 0.39 0 0.15 211.1 0.69 0.53
Hex 36 85 DA 4B 27 0 F D3 45 35
Octal 66 205 332 113 47 0 17 323 105 65
Binary 110110 10000101 11011010 1001011 100111 0 1111 11010011 1000101 110101

Color Harmonies of #3685DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3685DA

Black with #3685DA

Text Example


Text Example

White with #3685DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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