Html Css Color HEX #307BC1 Curious Blue

📋 copy color: '#307BC1'

red 48 ◦ green 123 ◦ blue 193

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

Shades of Curious Blue #307BC1

Tints of Curious Blue #307BC1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.79%

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

R = 13.19%
G = 33.79%
B = 53.02%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#307BC1 (or 0x307BC1) is known color: Curious Blue. HEX triplet: 30, 7B and C1. RGB value is (48,123,193). Sum of RGB (Red+Green+Blue) = 48+123+193=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #307BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307BC1 is #CF843E. Grayscale: #6C6C6C. Windows color (decimal): -13599807 or 12679984. OLE color: 12679984.

HSL color Cylindrical-coordinate representation of color #307BC1: hue angle of 208.97º 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 #307BC1 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 123 193 -
CMYK 0.75 0.36 0 0.24
HSL 208.97º 0.6% 0.47% -
HSV(B) 208.97º 0.75% 0.76% -
XYZ 17.93 18.64 53.11 -
YUV 108.56 175.65 84.81 -
System Red Green Blue C M Y K H S L
Decimal 48 123 193 0.75 0.36 0 0.24 208.97 0.6 0.47
Hex 30 7B C1 4B 24 0 18 D1 3C 2F
Octal 60 173 301 113 44 0 30 321 74 57
Binary 110000 1111011 11000001 1001011 100100 0 11000 11010001 111100 101111

Color Harmonies of #307BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BC1

Black with #307BC1

Text Example


Text Example

White with #307BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307BC1; }

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

 H1.HeaderClassName
 {
   color: #307BC1;
 }
 .AnyTagClassName
 {
   color: #307BC1;
 }
</style>

background-color css

<style>
 a { background-color: #307BC1; }

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

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

border-color css

<style>
 span { border-color: #307BC1; }

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

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