Html Css Color HEX #3085CB Curious Blue

📋 copy color: '#3085CB'

red 48 ◦ green 133 ◦ blue 203

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

Shades of Curious Blue #3085CB

Tints of Curious Blue #3085CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.86%

R = 12.5%
G = 34.64%
B = 52.86%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3085CB (or 0x3085CB) is known color: Curious Blue. HEX triplet: 30, 85 and CB. RGB value is (48,133,203). Sum of RGB (Red+Green+Blue) = 48+133+203=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #3085CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3085CB is #CF7A34. Grayscale: #737373. Windows color (decimal): -13597237 or 13337904. OLE color: 13337904.

HSL color Cylindrical-coordinate representation of color #3085CB: hue angle of 207.1º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3085CB is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 133 203 -
CMYK 0.76 0.34 0 0.20
HSL 207.1º 0.62% 0.49% -
HSV(B) 207.1º 0.76% 0.8% -
XYZ 20.39 21.72 59.62 -
YUV 115.57 177.34 79.81 -
System Red Green Blue C M Y K H S L
Decimal 48 133 203 0.76 0.34 0 0.20 207.1 0.62 0.49
Hex 30 85 CB 4C 22 0 14 CF 3E 31
Octal 60 205 313 114 42 0 24 317 76 61
Binary 110000 10000101 11001011 1001100 100010 0 10100 11001111 111110 110001

Color Harmonies of #3085CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3085CB

Black with #3085CB

Text Example


Text Example

White with #3085CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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