Html Css Color HEX #307BC8 Curious Blue

📋 copy color: '#307BC8'

red 48 ◦ green 123 ◦ blue 200

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

Shades of Curious Blue #307BC8

Tints of Curious Blue #307BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 53.91%

R = 12.94%
G = 33.15%
B = 53.91%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#307BC8 (or 0x307BC8) is known color: Curious Blue. HEX triplet: 30, 7B and C8. RGB value is (48,123,200). Sum of RGB (Red+Green+Blue) = 48+123+200=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 200 (78.52% from 255 or 53.91% from 371); Max value from RGB is 200 - color contains mainly: blue. Hex color #307BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307BC8 is #CF8437. Grayscale: #6C6C6C. Windows color (decimal): -13599800 or 13138736. OLE color: 13138736.

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

Color convert

RGB 48 123 200 -
CMYK 0.76 0.38 0 0.22
HSL 210.39º 0.61% 0.49% -
HSV(B) 210.39º 0.76% 0.78% -
XYZ 18.73 18.96 57.32 -
YUV 109.35 179.15 84.24 -
System Red Green Blue C M Y K H S L
Decimal 48 123 200 0.76 0.38 0 0.22 210.39 0.61 0.49
Hex 30 7B C8 4C 26 0 16 D2 3D 31
Octal 60 173 310 114 46 0 26 322 75 61
Binary 110000 1111011 11001000 1001100 100110 0 10110 11010010 111101 110001

Color Harmonies of #307BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BC8

Black with #307BC8

Text Example


Text Example

White with #307BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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