Html Css Color HEX #3083CE Curious Blue

📋 copy color: '#3083CE'

red 48 ◦ green 131 ◦ blue 206

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

Shades of Curious Blue #3083CE

Tints of Curious Blue #3083CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 12.47%
G = 34.03%
B = 53.51%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3083CE (or 0x3083CE) is known color: Curious Blue. HEX triplet: 30, 83 and CE. RGB value is (48,131,206). Sum of RGB (Red+Green+Blue) = 48+131+206=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #3083CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3083CE is #CF7C31. Grayscale: #727272. Windows color (decimal): -13597746 or 13534000. OLE color: 13534000.

HSL color Cylindrical-coordinate representation of color #3083CE: hue angle of 208.48º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3083CE is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 131 206 -
CMYK 0.77 0.36 0 0.19
HSL 208.48º 0.62% 0.5% -
HSV(B) 208.48º 0.77% 0.81% -
XYZ 20.48 21.32 61.43 -
YUV 114.73 179.5 80.4 -
System Red Green Blue C M Y K H S L
Decimal 48 131 206 0.77 0.36 0 0.19 208.48 0.62 0.5
Hex 30 83 CE 4D 24 0 13 D0 3E 32
Octal 60 203 316 115 44 0 23 320 76 62
Binary 110000 10000011 11001110 1001101 100100 0 10011 11010000 111110 110010

Color Harmonies of #3083CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3083CE

Black with #3083CE

Text Example


Text Example

White with #3083CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3083CE; }

 p { color: rgb(48,131,206); }

 H1.HeaderClassName
 {
   color: #3083CE;
 }
 .AnyTagClassName
 {
   color: #3083CE;
 }
</style>

background-color css

<style>
 a { background-color: #3083CE; }

 a { background-color: rgb(48,131,206); }

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

border-color css

<style>
 span { border-color: #3083CE; }

 span { border-color: rgb(48,131,206); }

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