Html Css Color HEX #3A85BE Curious Blue

📋 copy color: '#3A85BE'

red 58 ◦ green 133 ◦ blue 190

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

Shades of Curious Blue #3A85BE

Tints of Curious Blue #3A85BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 15.22%
G = 34.91%
B = 49.87%

CMYK

 C value IS 0.69

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A85BE (or 0x3A85BE) is known color: Curious Blue. HEX triplet: 3A, 85 and BE. RGB value is (58,133,190). Sum of RGB (Red+Green+Blue) = 58+133+190=381 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.22% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A85BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A85BE is #C57A41. Grayscale: #747474. Windows color (decimal): -12941890 or 12485946. OLE color: 12485946.

HSL color Cylindrical-coordinate representation of color #3A85BE: hue angle of 205.91º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A85BE is Cyan = 0.69, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 133 190 -
CMYK 0.69 0.3 0 0.25
HSL 205.91º 0.53% 0.49% -
HSV(B) 205.91º 0.69% 0.75% -
XYZ 19.43 21.39 51.82 -
YUV 117.07 169.15 85.87 -
System Red Green Blue C M Y K H S L
Decimal 58 133 190 0.69 0.3 0 0.25 205.91 0.53 0.49
Hex 3A 85 BE 45 1E 0 19 CE 35 31
Octal 72 205 276 105 36 0 31 316 65 61
Binary 111010 10000101 10111110 1000101 11110 0 11001 11001110 110101 110001

Color Harmonies of #3A85BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A85BE

Black with #3A85BE

Text Example


Text Example

White with #3A85BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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