Html Css Color HEX #3075BA Curious Blue

📋 copy color: '#3075BA'

red 48 ◦ green 117 ◦ blue 186

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

Shades of Curious Blue #3075BA

Tints of Curious Blue #3075BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 13.68%
G = 33.33%
B = 52.99%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3075BA (or 0x3075BA) is known color: Curious Blue. HEX triplet: 30, 75 and BA. RGB value is (48,117,186). Sum of RGB (Red+Green+Blue) = 48+117+186=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #3075BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3075BA is #CF8A45. Grayscale: #676767. Windows color (decimal): -13601350 or 12219696. OLE color: 12219696.

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

Color convert

RGB 48 117 186 -
CMYK 0.74 0.37 0 0.27
HSL 210º 0.59% 0.46% -
HSV(B) 210º 0.74% 0.73% -
XYZ 16.44 16.9 48.85 -
YUV 104.24 174.14 87.89 -
System Red Green Blue C M Y K H S L
Decimal 48 117 186 0.74 0.37 0 0.27 210 0.59 0.46
Hex 30 75 BA 4A 25 0 1B D2 3B 2E
Octal 60 165 272 112 45 0 33 322 73 56
Binary 110000 1110101 10111010 1001010 100101 0 11011 11010010 111011 101110

Color Harmonies of #3075BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3075BA

Black with #3075BA

Text Example


Text Example

White with #3075BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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