Html Css Color HEX #3075C0 Curious Blue

📋 copy color: '#3075C0'

red 48 ◦ green 117 ◦ blue 192

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

Shades of Curious Blue #3075C0

Tints of Curious Blue #3075C0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

 BLUE value IS 192 (75.39% from 255) = 53.78%

R = 13.45%
G = 32.77%
B = 53.78%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3075C0 (or 0x3075C0) is known color: Curious Blue. HEX triplet: 30, 75 and C0. RGB value is (48,117,192). Sum of RGB (Red+Green+Blue) = 48+117+192=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #3075C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3075C0 is #CF8A3F. Grayscale: #686868. Windows color (decimal): -13601344 or 12612912. OLE color: 12612912.

HSL color Cylindrical-coordinate representation of color #3075C0: hue angle of 211.25º 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 #3075C0 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 117 192 -
CMYK 0.75 0.39 0 0.25
HSL 211.25º 0.6% 0.47% -
HSV(B) 211.25º 0.75% 0.75% -
XYZ 17.09 17.16 52.28 -
YUV 104.92 177.14 87.4 -
System Red Green Blue C M Y K H S L
Decimal 48 117 192 0.75 0.39 0 0.25 211.25 0.6 0.47
Hex 30 75 C0 4B 27 0 19 D3 3C 2F
Octal 60 165 300 113 47 0 31 323 74 57
Binary 110000 1110101 11000000 1001011 100111 0 11001 11010011 111100 101111

Color Harmonies of #3075C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3075C0

Black with #3075C0

Text Example


Text Example

White with #3075C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3075C0; }

 p { color: rgb(48,117,192); }

 H1.HeaderClassName
 {
   color: #3075C0;
 }
 .AnyTagClassName
 {
   color: #3075C0;
 }
</style>

background-color css

<style>
 a { background-color: #3075C0; }

 a { background-color: rgb(48,117,192); }

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

border-color css

<style>
 span { border-color: #3075C0; }

 span { border-color: rgb(48,117,192); }

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