Html Css Color HEX #3075BC Curious Blue

📋 copy color: '#3075BC'

red 48 ◦ green 117 ◦ blue 188

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

Shades of Curious Blue #3075BC

Tints of Curious Blue #3075BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.26%

R = 13.6%
G = 33.14%
B = 53.26%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3075BC (or 0x3075BC) is known color: Curious Blue. HEX triplet: 30, 75 and BC. RGB value is (48,117,188). Sum of RGB (Red+Green+Blue) = 48+117+188=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #3075BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3075BC is #CF8A43. Grayscale: #686868. Windows color (decimal): -13601348 or 12350768. OLE color: 12350768.

HSL color Cylindrical-coordinate representation of color #3075BC: hue angle of 210.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3075BC is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 117 188 -
CMYK 0.74 0.38 0 0.26
HSL 210.43º 0.59% 0.46% -
HSV(B) 210.43º 0.74% 0.74% -
XYZ 16.66 16.98 49.98 -
YUV 104.46 175.14 87.73 -
System Red Green Blue C M Y K H S L
Decimal 48 117 188 0.74 0.38 0 0.26 210.43 0.59 0.46
Hex 30 75 BC 4A 26 0 1A D2 3B 2E
Octal 60 165 274 112 46 0 32 322 73 56
Binary 110000 1110101 10111100 1001010 100110 0 11010 11010010 111011 101110

Color Harmonies of #3075BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3075BC

Black with #3075BC

Text Example


Text Example

White with #3075BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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