Html Css Color HEX #307DB6 Curious Blue

📋 copy color: '#307DB6'

red 48 ◦ green 125 ◦ blue 182

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

Shades of Curious Blue #307DB6

Tints of Curious Blue #307DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 51.27%

R = 13.52%
G = 35.21%
B = 51.27%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#307DB6 (or 0x307DB6) is known color: Curious Blue. HEX triplet: 30, 7D and B6. RGB value is (48,125,182). Sum of RGB (Red+Green+Blue) = 48+125+182=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 182 (71.48% from 255 or 51.27% from 355); Max value from RGB is 182 - color contains mainly: blue. Hex color #307DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307DB6 is #CF8249. Grayscale: #6C6C6C. Windows color (decimal): -13599306 or 11959600. OLE color: 11959600.

HSL color Cylindrical-coordinate representation of color #307DB6: hue angle of 205.52º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #307DB6 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 125 182 -
CMYK 0.74 0.31 0 0.29
HSL 205.52º 0.58% 0.45% -
HSV(B) 205.52º 0.74% 0.71% -
XYZ 17 18.67 46.96 -
YUV 108.48 169.49 84.87 -
System Red Green Blue C M Y K H S L
Decimal 48 125 182 0.74 0.31 0 0.29 205.52 0.58 0.45
Hex 30 7D B6 4A 1F 0 1D CE 3A 2D
Octal 60 175 266 112 37 0 35 316 72 55
Binary 110000 1111101 10110110 1001010 11111 0 11101 11001110 111010 101101

Color Harmonies of #307DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307DB6

Black with #307DB6

Text Example


Text Example

White with #307DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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