Html Css Color HEX #307EC5 Curious Blue

📋 copy color: '#307EC5'

red 48 ◦ green 126 ◦ blue 197

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

Shades of Curious Blue #307EC5

Tints of Curious Blue #307EC5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.96%

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

R = 12.94%
G = 33.96%
B = 53.1%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#307EC5 (or 0x307EC5) is known color: Curious Blue. HEX triplet: 30, 7E and C5. RGB value is (48,126,197). Sum of RGB (Red+Green+Blue) = 48+126+197=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 197 (77.34% from 255 or 53.10% from 371); Max value from RGB is 197 - color contains mainly: blue. Hex color #307EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307EC5 is #CF813A. Grayscale: #6E6E6E. Windows color (decimal): -13599035 or 12942896. OLE color: 12942896.

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

Color convert

RGB 48 126 197 -
CMYK 0.76 0.36 0 0.23
HSL 208.59º 0.61% 0.48% -
HSV(B) 208.59º 0.76% 0.77% -
XYZ 18.76 19.58 55.61 -
YUV 110.77 176.66 83.23 -
System Red Green Blue C M Y K H S L
Decimal 48 126 197 0.76 0.36 0 0.23 208.59 0.61 0.48
Hex 30 7E C5 4C 24 0 17 D1 3D 30
Octal 60 176 305 114 44 0 27 321 75 60
Binary 110000 1111110 11000101 1001100 100100 0 10111 11010001 111101 110000

Color Harmonies of #307EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307EC5

Black with #307EC5

Text Example


Text Example

White with #307EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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