Html Css Color HEX #307FBA Curious Blue

📋 copy color: '#307FBA'

red 48 ◦ green 127 ◦ blue 186

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

Shades of Curious Blue #307FBA

Tints of Curious Blue #307FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 13.3%
G = 35.18%
B = 51.52%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#307FBA (or 0x307FBA) is known color: Curious Blue. HEX triplet: 30, 7F and BA. RGB value is (48,127,186). Sum of RGB (Red+Green+Blue) = 48+127+186=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #307FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307FBA is #CF8045. Grayscale: #6D6D6D. Windows color (decimal): -13598790 or 12222256. OLE color: 12222256.

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

Color convert

RGB 48 127 186 -
CMYK 0.74 0.32 0 0.27
HSL 205.65º 0.59% 0.46% -
HSV(B) 205.65º 0.74% 0.73% -
XYZ 17.67 19.35 49.26 -
YUV 110.11 170.83 83.7 -
System Red Green Blue C M Y K H S L
Decimal 48 127 186 0.74 0.32 0 0.27 205.65 0.59 0.46
Hex 30 7F BA 4A 20 0 1B CE 3B 2E
Octal 60 177 272 112 40 0 33 316 73 56
Binary 110000 1111111 10111010 1001010 100000 0 11011 11001110 111011 101110

Color Harmonies of #307FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FBA

Black with #307FBA

Text Example


Text Example

White with #307FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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