Html Css Color HEX #3085C1 Curious Blue

📋 copy color: '#3085C1'

red 48 ◦ green 133 ◦ blue 193

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

Shades of Curious Blue #3085C1

Tints of Curious Blue #3085C1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.56%

 BLUE value IS 193 (75.78% from 255) = 51.6%

R = 12.83%
G = 35.56%
B = 51.6%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3085C1 (or 0x3085C1) is known color: Curious Blue. HEX triplet: 30, 85 and C1. RGB value is (48,133,193). Sum of RGB (Red+Green+Blue) = 48+133+193=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 193 (75.78% from 255 or 51.60% from 374); Max value from RGB is 193 - color contains mainly: blue. Hex color #3085C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3085C1 is #CF7A3E. Grayscale: #727272. Windows color (decimal): -13597247 or 12682544. OLE color: 12682544.

HSL color Cylindrical-coordinate representation of color #3085C1: hue angle of 204.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3085C1 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 133 193 -
CMYK 0.75 0.31 0 0.24
HSL 204.83º 0.6% 0.47% -
HSV(B) 204.83º 0.75% 0.76% -
XYZ 19.23 21.25 53.54 -
YUV 114.43 172.34 80.62 -
System Red Green Blue C M Y K H S L
Decimal 48 133 193 0.75 0.31 0 0.24 204.83 0.6 0.47
Hex 30 85 C1 4B 1F 0 18 CD 3C 2F
Octal 60 205 301 113 37 0 30 315 74 57
Binary 110000 10000101 11000001 1001011 11111 0 11000 11001101 111100 101111

Color Harmonies of #3085C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3085C1

Black with #3085C1

Text Example


Text Example

White with #3085C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3085C1; }

 p { color: rgb(48,133,193); }

 H1.HeaderClassName
 {
   color: #3085C1;
 }
 .AnyTagClassName
 {
   color: #3085C1;
 }
</style>

background-color css

<style>
 a { background-color: #3085C1; }

 a { background-color: rgb(48,133,193); }

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

border-color css

<style>
 span { border-color: #3085C1; }

 span { border-color: rgb(48,133,193); }

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