Html Css Color HEX #307BC2 Curious Blue

📋 copy color: '#307BC2'

red 48 ◦ green 123 ◦ blue 194

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

Shades of Curious Blue #307BC2

Tints of Curious Blue #307BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 53.15%

R = 13.15%
G = 33.7%
B = 53.15%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#307BC2 (or 0x307BC2) is known color: Curious Blue. HEX triplet: 30, 7B and C2. RGB value is (48,123,194). Sum of RGB (Red+Green+Blue) = 48+123+194=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 194 (76.17% from 255 or 53.15% from 365); Max value from RGB is 194 - color contains mainly: blue. Hex color #307BC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307BC2 is #CF843D. Grayscale: #6C6C6C. Windows color (decimal): -13599806 or 12745520. OLE color: 12745520.

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

Color convert

RGB 48 123 194 -
CMYK 0.75 0.37 0 0.24
HSL 209.18º 0.6% 0.47% -
HSV(B) 209.18º 0.75% 0.76% -
XYZ 18.04 18.69 53.7 -
YUV 108.67 176.15 84.73 -
System Red Green Blue C M Y K H S L
Decimal 48 123 194 0.75 0.37 0 0.24 209.18 0.6 0.47
Hex 30 7B C2 4B 25 0 18 D1 3C 2F
Octal 60 173 302 113 45 0 30 321 74 57
Binary 110000 1111011 11000010 1001011 100101 0 11000 11010001 111100 101111

Color Harmonies of #307BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BC2

Black with #307BC2

Text Example


Text Example

White with #307BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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