Html Css Color HEX #307BC5 Curious Blue

📋 copy color: '#307BC5'

red 48 ◦ green 123 ◦ blue 197

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

Shades of Curious Blue #307BC5

Tints of Curious Blue #307BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 53.53%

R = 13.04%
G = 33.42%
B = 53.53%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#307BC5 (or 0x307BC5) is known color: Curious Blue. HEX triplet: 30, 7B and C5. RGB value is (48,123,197). Sum of RGB (Red+Green+Blue) = 48+123+197=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 197 (77.34% from 255 or 53.53% from 368); Max value from RGB is 197 - color contains mainly: blue. Hex color #307BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307BC5 is #CF843A. Grayscale: #6C6C6C. Windows color (decimal): -13599803 or 12942128. OLE color: 12942128.

HSL color Cylindrical-coordinate representation of color #307BC5: hue angle of 209.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #307BC5 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 48 123 197 -
CMYK 0.76 0.38 0 0.23
HSL 209.8º 0.61% 0.48% -
HSV(B) 209.8º 0.76% 0.77% -
XYZ 18.38 18.83 55.49 -
YUV 109.01 177.65 84.48 -
System Red Green Blue C M Y K H S L
Decimal 48 123 197 0.76 0.38 0 0.23 209.8 0.61 0.48
Hex 30 7B C5 4C 26 0 17 D2 3D 30
Octal 60 173 305 114 46 0 27 322 75 60
Binary 110000 1111011 11000101 1001100 100110 0 10111 11010010 111101 110000

Color Harmonies of #307BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BC5

Black with #307BC5

Text Example


Text Example

White with #307BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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