Html Css Color HEX #3A93BE Curious Blue

📋 copy color: '#3A93BE'

red 58 ◦ green 147 ◦ blue 190

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

Shades of Curious Blue #3A93BE

Tints of Curious Blue #3A93BE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.22%

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

R = 14.68%
G = 37.22%
B = 48.1%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A93BE (or 0x3A93BE) is known color: Curious Blue. HEX triplet: 3A, 93 and BE. RGB value is (58,147,190). Sum of RGB (Red+Green+Blue) = 58+147+190=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A93BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A93BE is #C56C41. Grayscale: #7D7D7D. Windows color (decimal): -12938306 or 12489530. OLE color: 12489530.

HSL color Cylindrical-coordinate representation of color #3A93BE: hue angle of 199.55º 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 #3A93BE is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 147 190 -
CMYK 0.69 0.23 0 0.25
HSL 199.55º 0.53% 0.49% -
HSV(B) 199.55º 0.69% 0.75% -
XYZ 21.47 25.48 52.5 -
YUV 125.29 164.51 80 -
System Red Green Blue C M Y K H S L
Decimal 58 147 190 0.69 0.23 0 0.25 199.55 0.53 0.49
Hex 3A 93 BE 45 17 0 19 C8 35 31
Octal 72 223 276 105 27 0 31 310 65 61
Binary 111010 10010011 10111110 1000101 10111 0 11001 11001000 110101 110001

Color Harmonies of #3A93BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A93BE

Black with #3A93BE

Text Example


Text Example

White with #3A93BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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