Html Css Color HEX #307EC0 Curious Blue

📋 copy color: '#307EC0'

red 48 ◦ green 126 ◦ blue 192

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

Shades of Curious Blue #307EC0

Tints of Curious Blue #307EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.46%

R = 13.11%
G = 34.43%
B = 52.46%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#307EC0 (or 0x307EC0) is known color: Curious Blue. HEX triplet: 30, 7E and C0. RGB value is (48,126,192). Sum of RGB (Red+Green+Blue) = 48+126+192=366 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.11% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #307EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307EC0 is #CF813F. Grayscale: #6D6D6D. Windows color (decimal): -13599040 or 12615216. OLE color: 12615216.

HSL color Cylindrical-coordinate representation of color #307EC0: hue angle of 207.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #307EC0 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 126 192 -
CMYK 0.75 0.34 0 0.25
HSL 207.5º 0.6% 0.47% -
HSV(B) 207.5º 0.75% 0.75% -
XYZ 18.19 19.36 52.65 -
YUV 110.2 174.16 83.63 -
System Red Green Blue C M Y K H S L
Decimal 48 126 192 0.75 0.34 0 0.25 207.5 0.6 0.47
Hex 30 7E C0 4B 22 0 19 D0 3C 2F
Octal 60 176 300 113 42 0 31 320 74 57
Binary 110000 1111110 11000000 1001011 100010 0 11001 11010000 111100 101111

Color Harmonies of #307EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307EC0

Black with #307EC0

Text Example


Text Example

White with #307EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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