Html Css Color HEX #307DAE Curious Blue

📋 copy color: '#307DAE'

red 48 ◦ green 125 ◦ blue 174

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

Shades of Curious Blue #307DAE

Tints of Curious Blue #307DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.14%

R = 13.83%
G = 36.02%
B = 50.14%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#307DAE (or 0x307DAE) is known color: Curious Blue. HEX triplet: 30, 7D and AE. RGB value is (48,125,174). Sum of RGB (Red+Green+Blue) = 48+125+174=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #307DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307DAE is #CF8251. Grayscale: #6B6B6B. Windows color (decimal): -13599314 or 11435312. OLE color: 11435312.

HSL color Cylindrical-coordinate representation of color #307DAE: hue angle of 203.33º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #307DAE is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 125 174 -
CMYK 0.72 0.28 0 0.32
HSL 203.33º 0.57% 0.44% -
HSV(B) 203.33º 0.72% 0.68% -
XYZ 16.19 18.35 42.73 -
YUV 107.56 165.49 85.52 -
System Red Green Blue C M Y K H S L
Decimal 48 125 174 0.72 0.28 0 0.32 203.33 0.57 0.44
Hex 30 7D AE 48 1C 0 20 CB 39 2C
Octal 60 175 256 110 34 0 40 313 71 54
Binary 110000 1111101 10101110 1001000 11100 0 100000 11001011 111001 101100

Color Harmonies of #307DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307DAE

Black with #307DAE

Text Example


Text Example

White with #307DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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