Html Css Color HEX #307DB9 Curious Blue

📋 copy color: '#307DB9'

red 48 ◦ green 125 ◦ blue 185

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

Shades of Curious Blue #307DB9

Tints of Curious Blue #307DB9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.92%

 BLUE value IS 185 (72.66% from 255) = 51.68%

R = 13.41%
G = 34.92%
B = 51.68%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#307DB9 (or 0x307DB9) is known color: Curious Blue. HEX triplet: 30, 7D and B9. RGB value is (48,125,185). Sum of RGB (Red+Green+Blue) = 48+125+185=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 185 (72.66% from 255 or 51.68% from 358); Max value from RGB is 185 - color contains mainly: blue. Hex color #307DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307DB9 is #CF8246. Grayscale: #6C6C6C. Windows color (decimal): -13599303 or 12156208. OLE color: 12156208.

HSL color Cylindrical-coordinate representation of color #307DB9: hue angle of 206.28º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #307DB9 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 125 185 -
CMYK 0.74 0.32 0 0.27
HSL 206.28º 0.59% 0.46% -
HSV(B) 206.28º 0.74% 0.73% -
XYZ 17.31 18.8 48.62 -
YUV 108.82 170.99 84.62 -
System Red Green Blue C M Y K H S L
Decimal 48 125 185 0.74 0.32 0 0.27 206.28 0.59 0.46
Hex 30 7D B9 4A 20 0 1B CE 3B 2E
Octal 60 175 271 112 40 0 33 316 73 56
Binary 110000 1111101 10111001 1001010 100000 0 11011 11001110 111011 101110

Color Harmonies of #307DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307DB9

Black with #307DB9

Text Example


Text Example

White with #307DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,125,185); }

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

background-color css

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

 a { background-color: rgb(48,125,185); }

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

border-color css

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

 span { border-color: rgb(48,125,185); }

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