Html Css Color HEX #3183BE Curious Blue

📋 copy color: '#3183BE'

red 49 ◦ green 131 ◦ blue 190

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

Shades of Curious Blue #3183BE

Tints of Curious Blue #3183BE

RGB

 RED value IS 49 (19.53% from 255) = 13.24%

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

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

R = 13.24%
G = 35.41%
B = 51.35%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3183BE (or 0x3183BE) is known color: Curious Blue. HEX triplet: 31, 83 and BE. RGB value is (49,131,190). Sum of RGB (Red+Green+Blue) = 49+131+190=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #3183BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3183BE is #CE7C41. Grayscale: #707070. Windows color (decimal): -13532226 or 12485425. OLE color: 12485425.

HSL color Cylindrical-coordinate representation of color #3183BE: hue angle of 205.11º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3183BE is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 131 190 -
CMYK 0.74 0.31 0 0.25
HSL 205.11º 0.59% 0.47% -
HSV(B) 205.11º 0.74% 0.75% -
XYZ 18.68 20.6 51.71 -
YUV 113.21 171.33 82.2 -
System Red Green Blue C M Y K H S L
Decimal 49 131 190 0.74 0.31 0 0.25 205.11 0.59 0.47
Hex 31 83 BE 4A 1F 0 19 CD 3B 2F
Octal 61 203 276 112 37 0 31 315 73 57
Binary 110001 10000011 10111110 1001010 11111 0 11001 11001101 111011 101111

Color Harmonies of #3183BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3183BE

Black with #3183BE

Text Example


Text Example

White with #3183BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3183BE; }

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

 H1.HeaderClassName
 {
   color: #3183BE;
 }
 .AnyTagClassName
 {
   color: #3183BE;
 }
</style>

background-color css

<style>
 a { background-color: #3183BE; }

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

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

border-color css

<style>
 span { border-color: #3183BE; }

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

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