Html Css Color HEX #307BB0 Curious Blue

📋 copy color: '#307BB0'

red 48 ◦ green 123 ◦ blue 176

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

Shades of Curious Blue #307BB0

Tints of Curious Blue #307BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 50.72%

R = 13.83%
G = 35.45%
B = 50.72%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#307BB0 (or 0x307BB0) is known color: Curious Blue. HEX triplet: 30, 7B and B0. RGB value is (48,123,176). Sum of RGB (Red+Green+Blue) = 48+123+176=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 176 (69.14% from 255 or 50.72% from 347); Max value from RGB is 176 - color contains mainly: blue. Hex color #307BB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307BB0 is #CF844F. Grayscale: #6A6A6A. Windows color (decimal): -13599824 or 11565872. OLE color: 11565872.

HSL color Cylindrical-coordinate representation of color #307BB0: hue angle of 204.84º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #307BB0 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 123 176 -
CMYK 0.73 0.30 0 0.31
HSL 204.84º 0.57% 0.44% -
HSV(B) 204.84º 0.73% 0.69% -
XYZ 16.14 17.93 43.68 -
YUV 106.62 167.15 86.19 -
System Red Green Blue C M Y K H S L
Decimal 48 123 176 0.73 0.30 0 0.31 204.84 0.57 0.44
Hex 30 7B B0 49 1E 0 1F CD 39 2C
Octal 60 173 260 111 36 0 37 315 71 54
Binary 110000 1111011 10110000 1001001 11110 0 11111 11001101 111001 101100

Color Harmonies of #307BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BB0

Black with #307BB0

Text Example


Text Example

White with #307BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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