Html Css Color HEX #307FBC Curious Blue

📋 copy color: '#307FBC'

red 48 ◦ green 127 ◦ blue 188

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

Shades of Curious Blue #307FBC

Tints of Curious Blue #307FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 34.99%

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 13.22%
G = 34.99%
B = 51.79%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#307FBC (or 0x307FBC) is known color: Curious Blue. HEX triplet: 30, 7F and BC. RGB value is (48,127,188). Sum of RGB (Red+Green+Blue) = 48+127+188=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #307FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307FBC is #CF8043. Grayscale: #6E6E6E. Windows color (decimal): -13598788 or 12353328. OLE color: 12353328.

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

Color convert

RGB 48 127 188 -
CMYK 0.74 0.32 0 0.26
HSL 206.14º 0.59% 0.46% -
HSV(B) 206.14º 0.74% 0.74% -
XYZ 17.89 19.44 50.39 -
YUV 110.33 171.83 83.54 -
System Red Green Blue C M Y K H S L
Decimal 48 127 188 0.74 0.32 0 0.26 206.14 0.59 0.46
Hex 30 7F BC 4A 20 0 1A CE 3B 2E
Octal 60 177 274 112 40 0 32 316 73 56
Binary 110000 1111111 10111100 1001010 100000 0 11010 11001110 111011 101110

Color Harmonies of #307FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FBC

Black with #307FBC

Text Example


Text Example

White with #307FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,127,188); }

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

background-color css

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

 a { background-color: rgb(48,127,188); }

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

border-color css

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

 span { border-color: rgb(48,127,188); }

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