Html Css Color HEX #3A85CE Curious Blue

📋 copy color: '#3A85CE'

red 58 ◦ green 133 ◦ blue 206

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

Shades of Curious Blue #3A85CE

Tints of Curious Blue #3A85CE

RGB

 RED value IS 58 (23.05% from 255) = 14.61%

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

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 14.61%
G = 33.5%
B = 51.89%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A85CE (or 0x3A85CE) is known color: Curious Blue. HEX triplet: 3A, 85 and CE. RGB value is (58,133,206). Sum of RGB (Red+Green+Blue) = 58+133+206=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A85CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A85CE is #C57A31. Grayscale: #767676. Windows color (decimal): -12941874 or 13534522. OLE color: 13534522.

HSL color Cylindrical-coordinate representation of color #3A85CE: hue angle of 209.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A85CE is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 133 206 -
CMYK 0.72 0.35 0 0.19
HSL 209.59º 0.6% 0.52% -
HSV(B) 209.59º 0.72% 0.81% -
XYZ 21.27 22.13 61.54 -
YUV 118.9 177.15 84.56 -
System Red Green Blue C M Y K H S L
Decimal 58 133 206 0.72 0.35 0 0.19 209.59 0.6 0.52
Hex 3A 85 CE 48 23 0 13 D2 3C 34
Octal 72 205 316 110 43 0 23 322 74 64
Binary 111010 10000101 11001110 1001000 100011 0 10011 11010010 111100 110100

Color Harmonies of #3A85CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A85CE

Black with #3A85CE

Text Example


Text Example

White with #3A85CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A85CE; }

 p { color: rgb(58,133,206); }

 H1.HeaderClassName
 {
   color: #3A85CE;
 }
 .AnyTagClassName
 {
   color: #3A85CE;
 }
</style>

background-color css

<style>
 a { background-color: #3A85CE; }

 a { background-color: rgb(58,133,206); }

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

border-color css

<style>
 span { border-color: #3A85CE; }

 span { border-color: rgb(58,133,206); }

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