Html Css Color HEX #307DB3 Curious Blue

📋 copy color: '#307DB3'

red 48 ◦ green 125 ◦ blue 179

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

Shades of Curious Blue #307DB3

Tints of Curious Blue #307DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.85%

R = 13.64%
G = 35.51%
B = 50.85%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#307DB3 (or 0x307DB3) is known color: Curious Blue. HEX triplet: 30, 7D and B3. RGB value is (48,125,179). Sum of RGB (Red+Green+Blue) = 48+125+179=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #307DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307DB3 is #CF824C. Grayscale: #6B6B6B. Windows color (decimal): -13599309 or 11762992. OLE color: 11762992.

HSL color Cylindrical-coordinate representation of color #307DB3: hue angle of 204.73º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #307DB3 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 125 179 -
CMYK 0.73 0.30 0 0.30
HSL 204.73º 0.58% 0.45% -
HSV(B) 204.73º 0.73% 0.7% -
XYZ 16.69 18.55 45.35 -
YUV 108.13 167.99 85.11 -
System Red Green Blue C M Y K H S L
Decimal 48 125 179 0.73 0.30 0 0.30 204.73 0.58 0.45
Hex 30 7D B3 49 1E 0 1E CD 3A 2D
Octal 60 175 263 111 36 0 36 315 72 55
Binary 110000 1111101 10110011 1001001 11110 0 11110 11001101 111010 101101

Color Harmonies of #307DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307DB3

Black with #307DB3

Text Example


Text Example

White with #307DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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