Html Css Color HEX #307BC0 Curious Blue

📋 copy color: '#307BC0'

red 48 ◦ green 123 ◦ blue 192

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

Shades of Curious Blue #307BC0

Tints of Curious Blue #307BC0

RGB

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

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

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

R = 13.22%
G = 33.88%
B = 52.89%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#307BC0 (or 0x307BC0) is known color: Curious Blue. HEX triplet: 30, 7B and C0. RGB value is (48,123,192). Sum of RGB (Red+Green+Blue) = 48+123+192=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #307BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307BC0 is #CF843F. Grayscale: #6C6C6C. Windows color (decimal): -13599808 or 12614448. OLE color: 12614448.

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

Color convert

RGB 48 123 192 -
CMYK 0.75 0.36 0 0.25
HSL 208.75º 0.6% 0.47% -
HSV(B) 208.75º 0.75% 0.75% -
XYZ 17.82 18.6 52.52 -
YUV 108.44 175.15 84.89 -
System Red Green Blue C M Y K H S L
Decimal 48 123 192 0.75 0.36 0 0.25 208.75 0.6 0.47
Hex 30 7B C0 4B 24 0 19 D1 3C 2F
Octal 60 173 300 113 44 0 31 321 74 57
Binary 110000 1111011 11000000 1001011 100100 0 11001 11010001 111100 101111

Color Harmonies of #307BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BC0

Black with #307BC0

Text Example


Text Example

White with #307BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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