Html Css Color HEX #307FAA Curious Blue

📋 copy color: '#307FAA'

red 48 ◦ green 127 ◦ blue 170

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

Shades of Curious Blue #307FAA

Tints of Curious Blue #307FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 13.91%
G = 36.81%
B = 49.28%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#307FAA (or 0x307FAA) is known color: Curious Blue. HEX triplet: 30, 7F and AA. RGB value is (48,127,170). Sum of RGB (Red+Green+Blue) = 48+127+170=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #307FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307FAA is #CF8055. Grayscale: #6C6C6C. Windows color (decimal): -13598806 or 11173680. OLE color: 11173680.

HSL color Cylindrical-coordinate representation of color #307FAA: hue angle of 201.15º 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 #307FAA is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 127 170 -
CMYK 0.72 0.25 0 0.33
HSL 201.15º 0.56% 0.43% -
HSV(B) 201.15º 0.72% 0.67% -
XYZ 16.06 18.71 40.79 -
YUV 108.28 162.83 85 -
System Red Green Blue C M Y K H S L
Decimal 48 127 170 0.72 0.25 0 0.33 201.15 0.56 0.43
Hex 30 7F AA 48 19 0 21 C9 38 2B
Octal 60 177 252 110 31 0 41 311 70 53
Binary 110000 1111111 10101010 1001000 11001 0 100001 11001001 111000 101011

Color Harmonies of #307FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FAA

Black with #307FAA

Text Example


Text Example

White with #307FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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