Html Css Color HEX #307FAC Curious Blue

📋 copy color: '#307FAC'

red 48 ◦ green 127 ◦ blue 172

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

Shades of Curious Blue #307FAC

Tints of Curious Blue #307FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.57%

R = 13.83%
G = 36.6%
B = 49.57%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#307FAC (or 0x307FAC) is known color: Curious Blue. HEX triplet: 30, 7F and AC. RGB value is (48,127,172). Sum of RGB (Red+Green+Blue) = 48+127+172=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #307FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307FAC is #CF8053. Grayscale: #6C6C6C. Windows color (decimal): -13598804 or 11304752. OLE color: 11304752.

HSL color Cylindrical-coordinate representation of color #307FAC: hue angle of 201.77º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #307FAC is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 127 172 -
CMYK 0.72 0.26 0 0.33
HSL 201.77º 0.56% 0.43% -
HSV(B) 201.77º 0.72% 0.67% -
XYZ 16.25 18.79 41.8 -
YUV 108.51 163.83 84.84 -
System Red Green Blue C M Y K H S L
Decimal 48 127 172 0.72 0.26 0 0.33 201.77 0.56 0.43
Hex 30 7F AC 48 1A 0 21 CA 38 2B
Octal 60 177 254 110 32 0 41 312 70 53
Binary 110000 1111111 10101100 1001000 11010 0 100001 11001010 111000 101011

Color Harmonies of #307FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FAC

Black with #307FAC

Text Example


Text Example

White with #307FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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