Html Css Color HEX #307BC9 Curious Blue

📋 copy color: '#307BC9'

red 48 ◦ green 123 ◦ blue 201

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

Shades of Curious Blue #307BC9

Tints of Curious Blue #307BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 54.03%

R = 12.9%
G = 33.06%
B = 54.03%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#307BC9 (or 0x307BC9) is known color: Curious Blue. HEX triplet: 30, 7B and C9. RGB value is (48,123,201). Sum of RGB (Red+Green+Blue) = 48+123+201=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 201 (78.91% from 255 or 54.03% from 372); Max value from RGB is 201 - color contains mainly: blue. Hex color #307BC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307BC9 is #CF8436. Grayscale: #6D6D6D. Windows color (decimal): -13599799 or 13204272. OLE color: 13204272.

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

Color convert

RGB 48 123 201 -
CMYK 0.76 0.39 0 0.21
HSL 210.59º 0.61% 0.49% -
HSV(B) 210.59º 0.76% 0.79% -
XYZ 18.84 19.01 57.93 -
YUV 109.47 179.65 84.16 -
System Red Green Blue C M Y K H S L
Decimal 48 123 201 0.76 0.39 0 0.21 210.59 0.61 0.49
Hex 30 7B C9 4C 27 0 15 D3 3D 31
Octal 60 173 311 114 47 0 25 323 75 61
Binary 110000 1111011 11001001 1001100 100111 0 10101 11010011 111101 110001

Color Harmonies of #307BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BC9

Black with #307BC9

Text Example


Text Example

White with #307BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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