Html Css Color HEX #3A83BE Curious Blue

📋 copy color: '#3A83BE'

red 58 ◦ green 131 ◦ blue 190

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

Shades of Curious Blue #3A83BE

Tints of Curious Blue #3A83BE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.56%

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

R = 15.3%
G = 34.56%
B = 50.13%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A83BE (or 0x3A83BE) is known color: Curious Blue. HEX triplet: 3A, 83 and BE. RGB value is (58,131,190). Sum of RGB (Red+Green+Blue) = 58+131+190=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A83BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A83BE is #C57C41. Grayscale: #737373. Windows color (decimal): -12942402 or 12485434. OLE color: 12485434.

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

Color convert

RGB 58 131 190 -
CMYK 0.69 0.31 0 0.25
HSL 206.82º 0.53% 0.49% -
HSV(B) 206.82º 0.69% 0.75% -
XYZ 19.16 20.85 51.73 -
YUV 115.9 169.82 86.7 -
System Red Green Blue C M Y K H S L
Decimal 58 131 190 0.69 0.31 0 0.25 206.82 0.53 0.49
Hex 3A 83 BE 45 1F 0 19 CF 35 31
Octal 72 203 276 105 37 0 31 317 65 61
Binary 111010 10000011 10111110 1000101 11111 0 11001 11001111 110101 110001

Color Harmonies of #3A83BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A83BE

Black with #3A83BE

Text Example


Text Example

White with #3A83BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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