Html Css Color HEX #3081BE Curious Blue

📋 copy color: '#3081BE'

red 48 ◦ green 129 ◦ blue 190

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

Shades of Curious Blue #3081BE

Tints of Curious Blue #3081BE

RGB

 RED value IS 48 (19.14% from 255) = 13.08%

 GREEN value IS 129 (50.78% from 255) = 35.15%

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

R = 13.08%
G = 35.15%
B = 51.77%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3081BE (or 0x3081BE) is known color: Curious Blue. HEX triplet: 30, 81 and BE. RGB value is (48,129,190). Sum of RGB (Red+Green+Blue) = 48+129+190=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #3081BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3081BE is #CF7E41. Grayscale: #6F6F6F. Windows color (decimal): -13598274 or 12484912. OLE color: 12484912.

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

Color convert

RGB 48 129 190 -
CMYK 0.75 0.32 0 0.25
HSL 205.77º 0.6% 0.47% -
HSV(B) 205.77º 0.75% 0.75% -
XYZ 18.36 20.05 51.62 -
YUV 111.74 172.16 82.54 -
System Red Green Blue C M Y K H S L
Decimal 48 129 190 0.75 0.32 0 0.25 205.77 0.6 0.47
Hex 30 81 BE 4B 20 0 19 CE 3C 2F
Octal 60 201 276 113 40 0 31 316 74 57
Binary 110000 10000001 10111110 1001011 100000 0 11001 11001110 111100 101111

Color Harmonies of #3081BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3081BE

Black with #3081BE

Text Example


Text Example

White with #3081BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,129,190); }

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

background-color css

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

 a { background-color: rgb(48,129,190); }

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

border-color css

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

 span { border-color: rgb(48,129,190); }

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